From 5fe736b0348be8af8f6da1db8698a753dc4330c7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 3 Jul 2019 18:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E4=BA=BA=E6=95=B0=E6=94=B9?= =?UTF-8?q?=E4=B8=BA8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/room.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 90f9df1..6826b58 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -23,7 +23,7 @@ #include "hero.h" #include "gamelog.h" -const int ROOM_MAX_PLAYER_NUM = 50; +const int ROOM_MAX_PLAYER_NUM = 8; static long long RoomXGetTickCount(void* context) {