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":{}
},
{
"DisplayName":"Enable BattlEye",
"DisplayName":"Disable BattlEye",
"Category":"ARK Server Settings",
"Description":"If set, BattlEye will be enabled on the server",
"Keywords":"battleye,enable,usebattleye,nobattleye",
"Description":"If set, BattlEye will be disabled on the server",
"Keywords":"battleye,disable,nobattleye",
"FieldName":"BattlEye",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"BattlEye",
"IncludeInCommandLine":false,
"DefaultValue":"-UseBattlEye ",
"DefaultValue":"",
"EnumValues":{
"False":"-NoBattlEye ",
"True":"-UseBattlEye "
"False":"",
"True":"-NoBattlEye "
}
},
{