This commit is contained in:
aozhiwei 2021-01-15 19:29:07 +08:00
parent 4d7b86fdb2
commit 950e2044f3

View File

@ -24,6 +24,9 @@ const int HUM_NUM_DOWN_LIMIT = 2500;
static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times) static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times)
{ {
#if 1
return RT_OldBrid1;;
#endif
game_times = 0; game_times = 0;
std::vector<std::string> tmp_strings; std::vector<std::string> tmp_strings;
a8::Split(msg.pre_settlement_info(), tmp_strings, ','); a8::Split(msg.pre_settlement_info(), tmp_strings, ',');