From 88307527d6db55d10b031f58d49007e4798dcca7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 5 Jul 2019 17:07:47 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;