1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Load message

This commit is contained in:
NuclearW
2012-05-22 00:56:57 -04:00
parent c2d2359a8c
commit 1fbf213ada

View File

@@ -25,6 +25,8 @@ public class RepairConfigManager {
for(String location : dataFolder.list()) {
if(!pattern.matcher(location).matches()) continue;
plugin.getLogger().info("Loading " + location + " repair config file...");
File file = new File(dataFolder, location);
if(file.isDirectory()) continue;