Fiw WorldUtil

This commit is contained in:
Marc Baloup 2024-01-20 18:50:33 +01:00
parent 77b0a0c73c
commit e9b401f43d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class WorldUtil {
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);
File worldFolder = worldDir(world);