Browse Source

fix config

pull/3995/head
crawforc3 3 years ago
parent
commit
6319e73d4a
  1. 20
      lgsm/config-default/config-lgsm/necserver/_default.cfg

20
lgsm/config-default/config-lgsm/necserver/_default.cfg

@ -7,16 +7,16 @@
# [instance].cfg - applies settings to a specific instance.
#### Game Server Settings ####
gamename = "Necesse"
port = "14159"
slots = "10" # [1 - 250] Server default slots
password = "" # Leave blank for no password
pauseWhenEmpty = "false",
giveClientsPower = "true" # If true, clients will have much more power over what hits them, their position etc
logging = "true" #Will create log files for each server start
language = "en"
zipSaves = "true" # Create new saves uncompressed
MOTD = "" # Message of the day
gamename="Necesse"
port="14159"
slots="10" # [1 - 250] Server default slots
password="" # Leave blank for no password
pauseWhenEmpty="false",
giveClientsPower="true" # If true, clients will have much more power over what hits them, their position etc
logging="true" #Will create log files for each server start
language="en"
zipSaves="true" # Create new saves uncompressed
MOTD="" # Message of the day

Loading…
Cancel
Save