Server name fixes (#153)
This commit is contained in:
@@ -57,14 +57,14 @@
|
||||
{
|
||||
"DisplayName": "Server Name",
|
||||
"Category": "Server Settings",
|
||||
"Description": "WARNING: You MUST run an update of the server after changing the name for correct configuration",
|
||||
"Description": "Sets the name of the server shown publicly",
|
||||
"Keywords": "name",
|
||||
"FieldName": "ServerName",
|
||||
"FieldName": "Name",
|
||||
"InputType": "text",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "",
|
||||
"ParamFieldName": "Name",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "UnturnedServer",
|
||||
"DefaultValue": "AMP Powered Unturned Server",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "Welcome",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "Welcome to Unturned. Hosted using AMP by CubeCoders",
|
||||
"DefaultValue": "Welcome to Unturned",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user