From aeeab35464f88cdeca246b407446d7a6e70e27f3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 26 May 2020 17:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E6=89=8B=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 79f7608..9f7f021 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -40,7 +40,7 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg) int win_times = a8::XValue(tmp_strings[1]); int kill_times = a8::XValue(tmp_strings[2]); #endif - if (game_times <= MetaMgr::Instance()->newbie_game_times) { + if (game_times < MetaMgr::Instance()->newbie_game_times) { return RT_NewBrid; } else if (game_times == 1) { return RT_MidBrid;