This commit is contained in:
aozhiwei 2022-12-16 14:23:29 +08:00
parent 885fcc8835
commit 5178e7810d

View File

@ -3385,7 +3385,7 @@ int Room::GetOnlinePlayerNum()
size_t Room::GetRoomMaxPlayerNum()
{
#ifdef MAP3D
return 1;
return 2;
return map_meta_->pb->player();
//return 2;
#else