diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index f3c71f4..0299ccf 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -4202,7 +4202,7 @@ void Human::OnLand() SetPos(old_pos + dir * i); if (!IsCollisionInMapService()) { room->grid_service->MoveHuman(this); - break; + return; } } }