Save settings after loading.

https://github.com/BentoBoxWorld/BSkyBlock/issues/401
This commit is contained in:
tastybento 2021-04-25 11:12:07 -07:00
parent c404c9a1ae
commit d30502c72b

View File

@ -246,8 +246,7 @@ public class Boxed extends GameModeAddon {
*/
@Override
public void allLoaded() {
// Reload settings and save them. This will occur after all addons have loaded
this.loadSettings();
// Save settings. This will occur after all addons have loaded
this.saveWorldSettings();
}