Fix user arkmanager default settings
This commit is contained in:
parent
4a24db254c
commit
a18a37f841
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ serverMap=${SERVERMAP} # server map (de
|
|||
ark_SessionName=${SESSIONNAME} # if your session name needs special characters please use the .ini instead
|
||||
ark_ServerPassword=${SERVERPASSWORD} # ARK server password, empty: no password required to login
|
||||
ark_ServerAdminPassword=${ADMINPASSWORD} # ARK server admin password, KEEP IT SAFE!
|
||||
ark_MaxPlayers=${NBPLAYER} # Number MAX of player
|
||||
ark_MaxPlayers=${NBPLAYERS} # Number MAX of player
|
||||
# ark_bRawSockets="" # Uncomment if you want to use ark raw socket (instead of steam p2p) [Not recommended]
|
||||
arkflag_log=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue