Save new flags to config after addon loading.

https://github.com/BentoBoxWorld/BSkyBlock/issues/401
This commit is contained in:
tastybento 2021-04-25 11:10:21 -07:00
parent 6be3468b2a
commit 8e107fc0a9
1 changed files with 1 additions and 2 deletions

View File

@ -196,8 +196,7 @@ public class AcidIsland 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();
}
}