Browse Source

Fix formatting

pull/131/head
crawforc3 3 years ago
parent
commit
b09547fc65
  1. 4
      Necesse/server.cfg

4
Necesse/server.cfg

@ -3,9 +3,9 @@ SERVER = {
slots = 10, // [1 - 250] Server default slots slots = 10, // [1 - 250] Server default slots
password = , // Leave blank for no password password = , // Leave blank for no password
pauseWhenEmpty = true, pauseWhenEmpty = true,
giveClientsPower = true, // If true, clients will have much more power over what hits them, their position etc giveClientsPower = true, // If true, clients will have much more power over what hits them, their position etc
logging = true, // If true, will create log files for each server start logging = true, // If true, will create log files for each server start
language = en, language = en,
zipSaves = false, // If true, will create new saves in a zipfile zipSaves = false, // If true, will create new saves in a zipfile
MOTD = "Welcome!", // Message of the day MOTD = "Welcome!", // Message of the day
} }

Loading…
Cancel
Save