forked from SteamWar/SteamWar
Fix RegionSystem.GLOBAL_REGION_ID
Improve RegionUtils.forEachInRegion
This commit is contained in:
@@ -31,10 +31,10 @@ import java.util.stream.Stream;
|
||||
|
||||
public interface RegionSystem {
|
||||
|
||||
RegionSystem INSTANCE = init();
|
||||
|
||||
UUID GLOBAL_REGION_ID = new UUID(0, 0);
|
||||
|
||||
RegionSystem INSTANCE = init();
|
||||
|
||||
/**
|
||||
* Loads and initializes the Regions and anything that should be loaded on startup.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user