From f6dd78d46c870ae4e7ad95e04bf5a936da60a090 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 30 May 2020 22:18:59 +0800 Subject: [PATCH] 1 --- server/gameserver/roommgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 1a124d5..f37a3ee 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -32,7 +32,7 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg) int game_times = a8::XValue(tmp_strings[0]); if (!f8::IsOnlineEnv()) { int channel = f8::ExtractChannelIdFromAccountId(msg.account_id()); - if (channel == 6000) { + if (channel != 6000) { game_times = 0; if (!msg.team_uuid().empty()) { game_times = 1;