Merge pull request #71 from Greelan/patch-1
Unturned: Fix two input types
This commit is contained in:
commit
282a7657ed
@ -96,7 +96,7 @@
|
|||||||
"Description": "[Steam64 ID](https://steamidfinder.com/) of the server's owner, which gives them administrator commands and fully sets up the server",
|
"Description": "[Steam64 ID](https://steamidfinder.com/) of the server's owner, which gives them administrator commands and fully sets up the server",
|
||||||
"Keywords": "owner",
|
"Keywords": "owner",
|
||||||
"FieldName": "Owner",
|
"FieldName": "Owner",
|
||||||
"InputType": "text",
|
"InputType": "number",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "Owner",
|
"ParamFieldName": "Owner",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
@ -108,7 +108,7 @@
|
|||||||
"Description": "Sets the [Game Server Login Token](https://steamcommunity.com/dev/managegameservers) for the server. Required for the server to appear in the server list. Use Steam App ID 304930",
|
"Description": "Sets the [Game Server Login Token](https://steamcommunity.com/dev/managegameservers) for the server. Required for the server to appear in the server list. Use Steam App ID 304930",
|
||||||
"Keywords": "GSLT,token",
|
"Keywords": "GSLT,token",
|
||||||
"FieldName": "GSLT",
|
"FieldName": "GSLT",
|
||||||
"InputType": "number",
|
"InputType": "text",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "GSLT",
|
"ParamFieldName": "GSLT",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user