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,
"ParamFieldName":"Port",
"IncludeInCommandLine":false,
"DefaultValue":"Game Port",
"DefaultValue":"",
"EnumValues":{},
"Hidden": true
},
@ -49,7 +49,7 @@
"IsFlagArgument":false,
"ParamFieldName":"QueryPort",
"IncludeInCommandLine":false,
"DefaultValue":"Query Port",
"DefaultValue":"",
"EnumValues":{},
"Hidden": true
},