From 66c45210c9a3b44e7760da8a89741de94b671c07 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 25 Jun 2021 15:12:27 +0800 Subject: [PATCH] =?UTF-8?q?3.=E6=9C=BA=E7=94=B2=E7=88=86=E7=82=B8=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=B0=8F=E5=9C=B0=E5=9B=BE=E6=8F=90=E7=A4=BA=E4=BB=8D?= =?UTF-8?q?=E5=9C=A8?= 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 3a5ee3b..f0b4cef 100644 --- a/server/gameserver/car.cc +++ b/server/gameserver/car.cc @@ -344,6 +344,7 @@ void Car::BeKill(int killer_id, const std::string& killer_name, int weapon_id) meta->i->explosion_effect(), meta->i->atk() ); + room->NotifyUiUpdate(); } void Car::GetAabbBox(AabbCollider& aabb_box)