diff --git a/squad-dedicated-serverconfig.json b/squad-dedicated-serverconfig.json index 242f0c0..b862ded 100644 --- a/squad-dedicated-serverconfig.json +++ b/squad-dedicated-serverconfig.json @@ -33,7 +33,8 @@ "IsFlagArgument": false, "ParamFieldName": "MaxPlayers", "IncludeInCommandLine": false, - "DefaultValue": "100" + "DefaultValue": "100", + "Suffix":"players" }, { "DisplayName": "LAN Mode", @@ -220,7 +221,8 @@ "IsFlagArgument": false, "ParamFieldName": "RejoinSquadDelayAfterKick", "IncludeInCommandLine": false, - "DefaultValue": "180" + "DefaultValue": "180", + "Suffix":"seconds" }, { "DisplayName": "Record Demos", @@ -255,14 +257,15 @@ { "DisplayName": "Server Message Interval", "Category": "Server Config", - "Description": "Maximum Allowed difference in player count between teams. This takes into account the team the player leaves and the team the player joins", + "Description": "Frequency in which the server displays the information inside the ServerMessages.cfg file.", "Keywords": "Interval, Message", "FieldName": "ServerMessageInterval", "InputType": "number", "IsFlagArgument": false, "ParamFieldName": "ServerMessageInterval", "IncludeInCommandLine": false, - "DefaultValue": "300" + "DefaultValue": "300", + "Suffix":"seconds" }, { "DisplayName": "Force Server Non-Seamless Travel", @@ -314,7 +317,8 @@ "IsFlagArgument": false, "ParamFieldName": "AutoTKBanTime", "IncludeInCommandLine": false, - "DefaultValue": "300" + "DefaultValue": "300", + "Suffix":"seconds" }, { "DisplayName": "Vehicle Kit Requirement Disabled",