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:
parent
babe804c9b
commit
c349bde35d
@ -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 "
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user