diff --git a/server/gameserver/android.ai.cc b/server/gameserver/android.ai.cc index e472807..d40129a 100644 --- a/server/gameserver/android.ai.cc +++ b/server/gameserver/android.ai.cc @@ -158,9 +158,11 @@ void AndroidNewAI::DoMoveOldAI() if (hum->room->IsWaitingStart()) { return; } + #if 0 if (hum->HasBuffEffect(kBET_Jump)) { return; } + #endif if (owner->UpdatedTimes() % 2 == 0) { Human* hum = (Human*)owner; int speed = std::max(1, (int)hum->GetSpeed());