修复新手判断问题
This commit is contained in:
parent
d19dcbb36a
commit
aeeab35464
@ -40,7 +40,7 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
|
|||||||
int win_times = a8::XValue(tmp_strings[1]);
|
int win_times = a8::XValue(tmp_strings[1]);
|
||||||
int kill_times = a8::XValue(tmp_strings[2]);
|
int kill_times = a8::XValue(tmp_strings[2]);
|
||||||
#endif
|
#endif
|
||||||
if (game_times <= MetaMgr::Instance()->newbie_game_times) {
|
if (game_times < MetaMgr::Instance()->newbie_game_times) {
|
||||||
return RT_NewBrid;
|
return RT_NewBrid;
|
||||||
} else if (game_times == 1) {
|
} else if (game_times == 1) {
|
||||||
return RT_MidBrid;
|
return RT_MidBrid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user