ARK:SE: fix player whitelist setting (#291)

This commit is contained in:
Greelan 2023-02-22 07:55:27 +11:00 committed by GitHub
parent dc5f2e89fc
commit 9f72edc501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,20 +202,6 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"PlayerWhitelist", "ParamFieldName":"PlayerWhitelist",
"DefaultValue":"", "DefaultValue":"",
"Special":"listfile:./ark-se/376030/ShooterGame/Binaries/Linux/PlayersExclusiveJoinList.txt",
"EnumValues":{}
},
{
"DisplayName":"Whitelisted Players",
"Category":"ARK Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"PlayerWhitelist",
"InputType":"list",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"PlayerWhitelist",
"DefaultValue":"",
"Special":"listfile:./ark-se/376030/ShooterGame/Binaries/Win64/PlayersExclusiveJoinList.txt", "Special":"listfile:./ark-se/376030/ShooterGame/Binaries/Win64/PlayersExclusiveJoinList.txt",
"EnumValues":{} "EnumValues":{}
}, },