Add Tile.tileOffset constant

This commit is contained in:
2026-03-01 13:39:16 +01:00
parent e35295ab0c
commit dd08af7cd1
2 changed files with 5 additions and 6 deletions
@@ -139,14 +139,12 @@ public class BauSystem extends JavaPlugin implements Listener {
@EventHandler
public void onCRIUSleep(CRIUSleepEvent event) {
RegionSystem.INSTANCE.save();
}
@Override
public void onDisable() {
linker.unlink();
WorldData.write();
RegionSystem.INSTANCE.save();
Config.getInstance().saveAll();
}