-
Bug
-
Resolution: Fixed
-
None
-
1.20.12 Hotfix
-
None
-
Unconfirmed
-
1080907
After updating to version 1.20.11.01, reloading the whitelist removes allowlist.json entries.
It was working fine until 1.20.1.02.
the executed command is below.
--------------------
allowlist list
[2023-07-25 23:52:34:530 INFO] ###* {"command":"allowlist","result":[]}
*###
allowlist add Gamertag
[2023-07-25 23:53:32:086 INFO] Player added to allowlist
allowlist list
[2023-07-25 23:53:38:085 INFO] ###* {"command":"allowlist","result":[
]}
*###
allowlist reload
[2023-07-25 23:53:49:840 INFO] Allowlist reloaded from file.
allowlist list
[2023-07-25 23:53:54:840 INFO] ###* {"command":"allowlist","result":[]}
*###
--------------------