Move the caching and static accessors from EconHandler to PlotMain

This commit is contained in:
MeFisto94
2020-06-24 17:33:49 +02:00
committed by Alexander Söderberg
parent 38425a1eae
commit 9c3d2cfb02
4 changed files with 25 additions and 12 deletions

View File

@ -40,6 +40,7 @@ public class BukkitEconHandler extends EconHandler {
private Economy econ;
private Permission perms;
@Override
public boolean init() {
if (this.econ == null || this.perms == null) {
setupPermissions();