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;