This commit is contained in:
boy0001 2015-02-21 23:09:20 +11:00
parent 1eb0ba47b4
commit 406ae58391
8 changed files with 20 additions and 9 deletions

View file

@ -381,6 +381,7 @@ public class PlotSquared {
THIS = this;
IMP = imp_class;
VERSION = IMP.getVersion();
economy = IMP.getEconomy();
C.setupTranslations();
C.saveTranslations();
if (getJavaVersion() < 1.7) {
@ -428,7 +429,6 @@ public class PlotSquared {
if (Settings.AUTO_CLEAR) {
ExpireManager.runTask();
}
economy = IMP.getEconomy();
}
public void disable() {