How to change max player cap in Lyra?

Hi, I currently have a Lyra project with a custom gamemode, the cap is set on 15 but I can’t find where this cap can be adjusted.

Where can I change this?

Your config files, in DefaultGame have a limit specified as:

[/Script/Engine.GameSession]
MaxPlayers=16

it may have a limit setup differently in your case, but this is a good place to start unless it is explicitly also set up in your game mode…