fix port default value

This commit is contained in:
Tempus Thales 2022-05-21 22:27:06 -05:00
parent 8b5959b182
commit 739c2814cc

View File

@ -35,7 +35,7 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"Port", "ParamFieldName":"Port",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Game Port", "DefaultValue":"",
"EnumValues":{}, "EnumValues":{},
"Hidden": true "Hidden": true
}, },
@ -49,7 +49,7 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"QueryPort", "ParamFieldName":"QueryPort",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Query Port", "DefaultValue":"",
"EnumValues":{}, "EnumValues":{},
"Hidden": true "Hidden": true
}, },