This commit is contained in:
aozhiwei 2020-05-27 15:26:55 +08:00
parent fc19ab438e
commit 85a1b5bc9c

View File

@ -30,12 +30,14 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
}
//游戏次数,吃鸡数,击杀数
int game_times = a8::XValue(tmp_strings[0]);
#if 0
if (!f8::IsOnlineEnv()) {
game_times = 0;
if (!msg.team_uuid().empty()) {
game_times = 1;
}
}
#endif
#if 0
int win_times = a8::XValue(tmp_strings[1]);
int kill_times = a8::XValue(tmp_strings[2]);