From aa74fa2a8989a577c2a0191f6f9a9f99d1adfae0 Mon Sep 17 00:00:00 2001 From: crawforc3 Date: Tue, 27 Sep 2022 14:04:35 -0700 Subject: [PATCH] Update _default.cfg --- .../config-lgsm/necserver/_default.cfg | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lgsm/config-default/config-lgsm/necserver/_default.cfg b/lgsm/config-default/config-lgsm/necserver/_default.cfg index ecc11398f..b7aded3cc 100644 --- a/lgsm/config-default/config-lgsm/necserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/necserver/_default.cfg @@ -9,14 +9,19 @@ #### Game Server Settings #### gamename="Necesse" port="14159" -slots="10" # [1 - 250] Server default slots -password="" # Leave blank for no password +slots="10" +# Leave blank for no password +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 +# Clients will have much more power over what hits them, their position etc +giveClientsPower="true" +# Creates log files for each server start +logging="true" language="en" -zipSaves="true" # Create new saves uncompressed -MOTD="" # Message of the day +# Create new saves uncompressed +zipSaves="true" +# Message of the day +MOTD=""