mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
econ
This commit is contained in:
parent
1eb0ba47b4
commit
406ae58391
8 changed files with 20 additions and 9 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue