This commit is contained in:
aozhiwei 2020-12-17 16:10:15 +08:00
parent f4c23562c1
commit 0b01bef8cc

View File

@ -4202,7 +4202,7 @@ void Human::OnLand()
SetPos(old_pos + dir * i);
if (!IsCollisionInMapService()) {
room->grid_service->MoveHuman(this);
break;
return;
}
}
}