1
This commit is contained in:
parent
ae1ce9b415
commit
d06d16c59d
@ -31,11 +31,12 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
|
|||||||
//游戏次数,吃鸡数,击杀数
|
//游戏次数,吃鸡数,击杀数
|
||||||
int game_times = a8::XValue(tmp_strings[0]);
|
int game_times = a8::XValue(tmp_strings[0]);
|
||||||
if (!f8::IsOnlineEnv()) {
|
if (!f8::IsOnlineEnv()) {
|
||||||
#if 1
|
int channel = f8::ExtractChannelIdFromAccountId(msg.account_id());
|
||||||
game_times = 0;
|
if (channel == 6000) {
|
||||||
#endif
|
game_times = 0;
|
||||||
if (!msg.team_uuid().empty()) {
|
if (!msg.team_uuid().empty()) {
|
||||||
game_times = 1;
|
game_times = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user