ARK:SE: change BattlEye setting (#296)

* Add ARK: Survival Evolved

* Final updates

* Update ark-seconfig.json

* Update ark-seconfig.json

* Update ark-seupdates.json

* Update chat regex

* Metaconfig updates

* Final final updates

* Settings tweaks

* Update settings descriptions

* Gotta be final, right?

* IceOfWraith made me do it

* Update ark-seconfig.json

* Fix player whitelist

* IP binding updates

* Update ark-seconfig.json
This commit is contained in:
Greelan 2023-03-10 10:26:42 +11:00 committed by GitHub
parent babe804c9b
commit c349bde35d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,19 +247,19 @@
"EnumValues":{} "EnumValues":{}
}, },
{ {
"DisplayName":"Enable BattlEye", "DisplayName":"Disable BattlEye",
"Category":"ARK Server Settings", "Category":"ARK Server Settings",
"Description":"If set, BattlEye will be enabled on the server", "Description":"If set, BattlEye will be disabled on the server",
"Keywords":"battleye,enable,usebattleye,nobattleye", "Keywords":"battleye,disable,nobattleye",
"FieldName":"BattlEye", "FieldName":"BattlEye",
"InputType":"checkbox", "InputType":"checkbox",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"BattlEye", "ParamFieldName":"BattlEye",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"-UseBattlEye ", "DefaultValue":"",
"EnumValues":{ "EnumValues":{
"False":"-NoBattlEye ", "False":"",
"True":"-UseBattlEye " "True":"-NoBattlEye "
} }
}, },
{ {