1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-03 10:16:23 +02:00

Removed unneeded method call

This commit is contained in:
bm01 2012-07-03 22:05:47 +02:00
parent b80a29ca04
commit 73203ce869

@ -59,7 +59,7 @@ public abstract class ConfigLoader {
}
}
else {
plugin.getLogger().severe("Missing ressource file: '" + configFile.getName() + "' please notify the plugin authors");
plugin.getLogger().severe("Missing ressource file: '" + fileName + "' please notify the plugin authors");
}
}