Add Tile.tileOffset constant

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent ab22e94bc7
commit ffcce35293
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();
}