Skip to content

Commit 3508e75

Browse files
committed
Fix settings
1 parent 3598d43 commit 3508e75

9 files changed

+9
-9
lines changed

arma-reforgerconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
152152
"Keywords":"public,ip,address,publicAddress",
153153
"FieldName":"publicAddress",
154-
"InputType":"text",
154+
"InputType":"enum",
155155
"ParamFieldName":"publicAddress",
156156
"DefaultValue":"{{$ExternalIP}}",
157157
"EnumValues":{

astroneerconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
190190
"Keywords":"public,ip,publicip",
191191
"FieldName":"PublicIP",
192-
"InputType":"text",
192+
"InputType":"enum",
193193
"ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
194194
"DefaultValue":"{{$ExternalIP}}",
195195
"EnumValues":{

frozen-flameconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
6464
"Keywords":"public,ip,publicip",
6565
"FieldName":"PublicIP",
66-
"InputType":"text",
66+
"InputType":"enum",
6767
"ParamFieldName":"PublicIP",
6868
"DefaultValue":"{{$ExternalIP}}",
6969
"EnumValues":{

impostorconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
223223
"Keywords":"public,ip,publicip",
224224
"FieldName":"PublicIp",
225-
"InputType":"text",
225+
"InputType":"enum",
226226
"ParamFieldName":"$.Server.PublicIp",
227227
"DefaultValue":"{{$ExternalIP}}",
228228
"EnumValues":{

openrct2config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
296296
"Keywords":"public,ip,advertise,advertise_address",
297297
"FieldName":"advertise_address",
298-
"InputType":"text",
298+
"InputType":"enum",
299299
"ParamFieldName":"network.advertise_address",
300300
"DefaultValue":"{{$ExternalIP}}",
301301
"EnumValues":{

palworld-moddedconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
9595
"Keywords":"public,ip,publicip",
9696
"FieldName":"PublicIP",
97-
"InputType":"text",
97+
"InputType":"enum",
9898
"ParamFieldName":"PublicIP",
9999
"DefaultValue":"{{$ExternalIP}}",
100100
"EnumValues":{

palworldconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
9595
"Keywords":"public,ip,publicip",
9696
"FieldName":"PublicIP",
97-
"InputType":"text",
97+
"InputType":"enum",
9898
"ParamFieldName":"PublicIP",
9999
"DefaultValue":"{{$ExternalIP}}",
100100
"EnumValues":{

scp-secret-laboratoryconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"Description":"Sets whether AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
303303
"Keywords":"public,server,ip,server_ip",
304304
"FieldName":"server_ip",
305-
"InputType":"text",
305+
"InputType":"enum",
306306
"ParamFieldName":"server_ip",
307307
"DefaultValue":"{{$ExternalIP}}",
308308
"EnumValues":{

the-frontconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"Description":"Sets whether AMP should automatically select the public IP advertised as the OutIPAddress for the server, or whether it should use the IP set under Server Public IP",
248248
"Keywords":"public,ip,publicip",
249249
"FieldName":"PublicIP",
250-
"InputType":"text",
250+
"InputType":"enum",
251251
"ParamFieldName":"PublicIP",
252252
"DefaultValue":"{{$ExternalIP}}",
253253
"EnumValues":{

0 commit comments

Comments
 (0)