1
This commit is contained in:
parent
4d7b86fdb2
commit
950e2044f3
@ -24,6 +24,9 @@ const int HUM_NUM_DOWN_LIMIT = 2500;
|
||||
|
||||
static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times)
|
||||
{
|
||||
#if 1
|
||||
return RT_OldBrid1;;
|
||||
#endif
|
||||
game_times = 0;
|
||||
std::vector<std::string> tmp_strings;
|
||||
a8::Split(msg.pre_settlement_info(), tmp_strings, ',');
|
||||
|
Loading…
x
Reference in New Issue
Block a user