From 451c308aaa20b3ce62a2d51465b3c2a1fd9a3299 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 14 Oct 2021 14:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E7=94=B2=E6=89=93=E7=88=86=E5=90=8E?= =?UTF-8?q?=E4=BB=8E=E5=B0=8F=E5=9C=B0=E5=9B=BE=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/car.cc | 1 + 1 file changed, 1 insertion(+) 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(); }