From ac7e77a7e44b07771a4c93f786f2bdd4d5b54f4e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 29 May 2019 13:36:25 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 683cf0d..5e7c699 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -498,7 +498,7 @@ void Human::FillSMGameOver(cs::SMGameOver& msg) msg.set_team_allcnt(1); msg.set_game_over(room->game_over); msg.set_victory(!dead); - msg.set_room_uuid(a8::XValue(room_uuid)); + msg.set_room_uuid(a8::XValue(room->room_uuid)); cs::MFPlayerStats* p = msg.add_player_stats(); FillMFPlayerStats(p);