kellerkindt / ShowCaseStandalone

GNU General Public License v3.0
2 stars 9 forks source link

Fix block list of blocks loading #15

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello ! ^^ There is a problem when the plugin load the blocks whitelist / blacklist : It always reset it, because Collections.emptyList() has List type, which is not and instance of ArrayList. This is why getForced() returns an empty list. Have a nice day ! :D