Fiw WorldUtil
This commit is contained in:
parent
77b0a0c73c
commit
e9b401f43d
@ -41,7 +41,7 @@ public class WorldUtil {
|
|||||||
throw new IllegalStateException("Unable to determine the type of the world " + world + ".");
|
throw new IllegalStateException("Unable to determine the type of the world " + world + ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<RegionCoord> getExistingRegions(String world) {
|
public static List<RegionCoord> getExistingRegions(String world) {
|
||||||
Environment env = determineEnvironment(world);
|
Environment env = determineEnvironment(world);
|
||||||
|
|
||||||
File worldFolder = worldDir(world);
|
File worldFolder = worldDir(world);
|
||||||
|
Loading…
Reference in New Issue
Block a user