1
This commit is contained in:
parent
fc19ab438e
commit
85a1b5bc9c
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user