mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-15 11:54:43 +02:00
Move the caching and static accessors from EconHandler to PlotMain
This commit is contained in:

committed by
Alexander Söderberg

parent
38425a1eae
commit
9c3d2cfb02
@ -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();
|
||||
|
Reference in New Issue
Block a user