Skip to content

Commit 5abf9f0

Browse files
committed
Update AnarchyStats.java
1 parent 0391de7 commit 5abf9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/anarchystats/AnarchyStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void loadConfig() {
7272
for (String x : config.getStringList("worlds-to-use")) {
7373
Path currentPath = Paths.get(Paths.get(".").toAbsolutePath().normalize().toString() + File.separator + x);
7474
if (!currentPath.toFile().exists()) {
75-
logger.warning("World file " + x + " does not exist!");
75+
logger.warning("World folder \"" + x + "\" does not exist! Excluding from size calculation.");
7676
} else {
7777
worldPaths.add(currentPath);
7878
}

0 commit comments

Comments
 (0)