机甲打爆后从小地图消失

This commit is contained in:
aozhiwei 2021-10-14 14:30:22 +08:00
parent 21b7aaa279
commit 451c308aaa

View File

@ -520,4 +520,5 @@ void Car::RemoveFromScene()
RemoveFromAroundPlayers(room);
room->grid_service->RemoveCreature(this);
room->RemoveObjectLater(this);
room->NotifyUiUpdate();
}