diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 09f9a78..fdb7df7 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -200,4 +200,4 @@ const int MAX_TEAM_NUM = 4; const int WEAPON_SLOT = 0; -const int ROOM_MAX_PLAYER_NUM = 8; +const int ROOM_MAX_PLAYER_NUM = 10;