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

Fixes for Treasures config & Chimera Wing.

This commit is contained in:
GJ
2012-02-29 09:59:25 -05:00
parent a2b3e6fa83
commit 985e69c529
4 changed files with 4 additions and 163 deletions

View File

@@ -50,7 +50,7 @@ public class LoadTreasures {
// If not exist, copy from the jar
if (!configFile.exists()) {
dataFolder.mkdir();
config.options().copyDefaults();
plugin.saveTreasuresConfig();
}
addDefaults();
loadKeys();