forked from cafeberry/cafeberry
LCEMP commit: support more max players
This commit is contained in:
@@ -1597,7 +1597,7 @@ void UIScene_LoadOrJoinMenu::LoadLevelGen(LevelGenerationOptions *levelGen)
|
||||
bool isClientSide = false;
|
||||
bool isPrivate = false;
|
||||
// TODO int maxPlayers = MINECRAFT_NET_MAX_PLAYERS;
|
||||
int maxPlayers = 8;
|
||||
int maxPlayers = MINECRAFT_NET_MAX_PLAYERS;
|
||||
|
||||
if( app.GetTutorialMode() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user