Browse Source

fix(armar): back to legacy a2s settings

pull/135/head
Marcin Jakubowski 2 years ago
parent
commit
9b2bcac73f
  1. 8
      ArmaReforger/server.json

8
ArmaReforger/server.json

@ -3,10 +3,8 @@
"bindPort": 2001, "bindPort": 2001,
"publicAddress": "", "publicAddress": "",
"publicPort": 2001, "publicPort": 2001,
"a2s": { "a2sQueryEnabled": true,
"address": "0.0.0.0", "steamQueryPort": 17777,
"port": "17777"
},
"game": { "game": {
"name": "SERVERNAME", "name": "SERVERNAME",
"password": "", "password": "",
@ -33,4 +31,4 @@
"operating": { "operating": {
"lobbyPlayerSynchronise": true "lobbyPlayerSynchronise": true
} }
} }

Loading…
Cancel
Save