Skip to content

Commit

Permalink
fix(hw): correct start parameter for addadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 authored and MicLieg committed Mar 1, 2024
1 parent b3a0714 commit 30f1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/config-default/config-lgsm/hwserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ loadsave=""

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
# http://hurtworld.wikia.com/wiki/Hosting_A_Server
startparameters="-batchmode -nographics -logfile ${gamelog} -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};${admins}\""
startparameters="-batchmode -nographics -logfile ${gamelog} -exec \"host ${port} ${defaultmap} ${loadsave};queryport ${queryport};maxplayers ${maxplayers};servername ${servername};creativemode ${creativemode};addadmin ${admins}\""

#### LinuxGSM Settings ####

Expand Down

0 comments on commit 30f1052

Please sign in to comment.