Skip to content

Commit

Permalink
Fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Greelan committed Jun 8, 2024
1 parent 3598d43 commit 3508e75
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion arma-reforgerconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"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",
"Keywords":"public,ip,address,publicAddress",
"FieldName":"publicAddress",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"publicAddress",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion astroneerconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"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",
"Keywords":"public,ip,publicip",
"FieldName":"PublicIP",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion frozen-flameconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"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",
"Keywords":"public,ip,publicip",
"FieldName":"PublicIP",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"PublicIP",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion impostorconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"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",
"Keywords":"public,ip,publicip",
"FieldName":"PublicIp",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"$.Server.PublicIp",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion openrct2config.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"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",
"Keywords":"public,ip,advertise,advertise_address",
"FieldName":"advertise_address",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"network.advertise_address",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion palworld-moddedconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"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",
"Keywords":"public,ip,publicip",
"FieldName":"PublicIP",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"PublicIP",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion palworldconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"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",
"Keywords":"public,ip,publicip",
"FieldName":"PublicIP",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"PublicIP",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion scp-secret-laboratoryconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"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",
"Keywords":"public,server,ip,server_ip",
"FieldName":"server_ip",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"server_ip",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down
2 changes: 1 addition & 1 deletion the-frontconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"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",
"Keywords":"public,ip,publicip",
"FieldName":"PublicIP",
"InputType":"text",
"InputType":"enum",
"ParamFieldName":"PublicIP",
"DefaultValue":"{{$ExternalIP}}",
"EnumValues":{
Expand Down

0 comments on commit 3508e75

Please sign in to comment.