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:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user