This commit is contained in:
aozhiwei 2019-08-28 21:32:16 +08:00
parent 2b872f3740
commit af7ef637a9

View File

@ -1212,6 +1212,7 @@ void Human::DoGetDown()
RecalcSelfCollider(); RecalcSelfCollider();
SyncAroundPlayers(); SyncAroundPlayers();
room->NotifyUiUpdate(); room->NotifyUiUpdate();
need_sync_active_player = true;
} }
} }