Skip to content

Commit

Permalink
Add comment about maxplayers not working
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Oct 31, 2023
1 parent f9f6b80 commit d5cb537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ark_survival_ascended.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $ServerDetails = @{
#Name of the server in the Server Browser
SessionName = "PowerShellGSM Ark Ascended Server"

#Maximum Number of Players
MaxPlayers = 64
#Maximum Number of Players !!! Currently not working, even if you change directly in the config file: ".\servers\$Name\ShooterGame\Saved\Config\WindowsServer\GameUserSettings.ini" !!!
MaxPlayers = 70

#Password to join the server *NO SPACES*
Password = "CHANGEME"
Expand Down

0 comments on commit d5cb537

Please sign in to comment.