diff --git a/server/gameserver/car.cc b/server/gameserver/car.cc index 0348a5e..61dee03 100644 --- a/server/gameserver/car.cc +++ b/server/gameserver/car.cc @@ -520,4 +520,5 @@ void Car::RemoveFromScene() RemoveFromAroundPlayers(room); room->grid_service->RemoveCreature(this); room->RemoveObjectLater(this); + room->NotifyUiUpdate(); }