Skip to content

Commit 37ea2c9

Browse files
authored
fix(mcb): fix renaming whitelist to allowlist (#3883)
1 parent 20eb96e commit 37ea2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/update_minecraft_bedrock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn_update_minecraft_dl(){
1717
if [ "${firstcommandname}" == "INSTALL" ]; then
1818
unzip -oq "${tmpdir}/bedrock_server.${remotebuild}.zip" -x "server.properties" -d "${serverfiles}"
1919
else
20-
unzip -oq "${tmpdir}/bedrock_server.${remotebuild}.zip" -x "permissions.json" "server.properties" "whitelist.json" -d "${serverfiles}"
20+
unzip -oq "${tmpdir}/bedrock_server.${remotebuild}.zip" -x "permissions.json" "server.properties" "allowlist.json" -d "${serverfiles}"
2121
fi
2222
local exitcode=$?
2323
if [ "${exitcode}" == "0" ]; then

0 commit comments

Comments
 (0)