mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Use proper path
This commit is contained in:
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...");
|
||||
|
Loading…
Reference in New Issue
Block a user