Unturned: Fix two input types

Inadvertently reversed the input types for Steam64 ID and GSLT token. Thanks to @IceOfWraith for the pickup!
This commit is contained in:
Greelan 2022-02-15 08:16:32 +11:00 committed by GitHub
parent c249e13ac7
commit 0b50e6c343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
"Keywords": "owner",
"FieldName": "Owner",
"InputType": "text",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "Owner",
"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",
"Keywords": "GSLT,token",
"FieldName": "GSLT",
"InputType": "number",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "GSLT",
"IncludeInCommandLine": false,