This commit is contained in:
aozhiwei 2023-04-17 13:22:24 +08:00
parent bd3f527af2
commit dbfcf361dc

View File

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