Fix some more issues

This commit is contained in:
2025-07-10 14:01:19 +02:00
parent c9b4e6ab45
commit 7e61db5e58
5 changed files with 24 additions and 23 deletions
@@ -34,6 +34,9 @@ public interface Region {
static Region getRegion(Location location) {
return RegionSystem.INSTANCE.get(location);
}
static Region getGlobalRegion() {
return RegionSystem.INSTANCE.getGlobalRegion();
}
UUID getID();