diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 8f822e6..b0c3994 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -559,11 +559,6 @@ void Human::SendWxVoip() void Human::_UpdateMove(int speed) { - for (int i = 0; i < speed; ++i) { - a8::Vec2 old_pos = pos; - pos = pos + move_dir; - room->grid_service.MoveHuman(this); - } } void Human::ClearFrameData()