This commit is contained in:
aozhiwei 2023-04-06 14:55:56 +08:00
parent c1d79c7dd2
commit c0c103625d

View File

@ -2540,7 +2540,7 @@ void Creature::OnLand()
//着陆
RemoveBuffByEffectId(kBET_Jump);
RemoveBuffByEffectId(kBET_ThroughWall);
#if 1
#if 0
if (IsAndroid() && AsHuman()->team_uuid.empty() && !GetTeam()->HasPlayer()) {
MustBeAddBuff(this, kBeRecycleBuffId);
}