Fix /f create TL; Save TL nodes on first launch

This commit is contained in:
eueln
2014-12-20 20:17:56 -06:00
parent 0d75b1164a
commit 4703f08027
3 changed files with 4 additions and 5 deletions

View File

@@ -132,7 +132,6 @@ public abstract class MPlugin extends JavaPlugin {
}
YamlConfiguration defConfig = YamlConfiguration.loadConfiguration(defLangStream);
TL.setFile(defConfig);
return;
}
} catch (IOException e) {
e.printStackTrace(); // So they notice