1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 14:44:44 +02:00

Use proper path

This commit is contained in:
GJ
2013-10-18 09:23:10 -04:00
parent 4a7e1e2b94
commit a774733af4

@ -29,7 +29,7 @@ public abstract class ConfigLoader {
protected void loadFile() {
if (!configFile.exists()) {
plugin.debug("Creating mcMMO " + fileName + " File...");
plugin.saveResource(fileName, false);
plugin.saveResource(configFile.getPath(), false);
}
else {
plugin.debug("Loading mcMMO " + fileName + " File...");