1
This commit is contained in:
parent
d06d16c59d
commit
f6dd78d46c
@ -32,7 +32,7 @@ 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()) {
|
||||||
int channel = f8::ExtractChannelIdFromAccountId(msg.account_id());
|
int channel = f8::ExtractChannelIdFromAccountId(msg.account_id());
|
||||||
if (channel == 6000) {
|
if (channel != 6000) {
|
||||||
game_times = 0;
|
game_times = 0;
|
||||||
if (!msg.team_uuid().empty()) {
|
if (!msg.team_uuid().empty()) {
|
||||||
game_times = 1;
|
game_times = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user