fix port default value
This commit is contained in:
parent
8b5959b182
commit
739c2814cc
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user