LCEMP commit: support more max players

This commit is contained in:
2026-08-14 11:46:19 +03:00
parent 6853eab85f
commit 67a8111974
11 changed files with 36 additions and 22 deletions
@@ -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() )
{