This commit is contained in:
aozhiwei 2022-12-19 15:00:58 +08:00
parent 79bdb05b9e
commit 766bd474f0

View File

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