Revert "forgot to pull"

This reverts commit e4c9ea656e.
This commit is contained in:
2020-08-15 17:41:26 -05:00
parent da80f1b69e
commit e77d92407c
8 changed files with 132 additions and 93 deletions

View File

@ -22,6 +22,7 @@ import me.totalfreedom.totalfreedommod.bridge.EssentialsBridge;
import me.totalfreedom.totalfreedommod.bridge.FAWEBridge;
import me.totalfreedom.totalfreedommod.bridge.LibsDisguisesBridge;
import me.totalfreedom.totalfreedommod.bridge.TFGuildsBridge;
import me.totalfreedom.totalfreedommod.bridge.VanishBridge;
import me.totalfreedom.totalfreedommod.bridge.WorldEditBridge;
import me.totalfreedom.totalfreedommod.bridge.WorldGuardBridge;
import me.totalfreedom.totalfreedommod.caging.Cager;
@ -136,7 +137,7 @@ public class TotalFreedomMod extends JavaPlugin
public SignBlocker snp;
public EntityWiper ew;
public Sitter st;
public VanishHandler vh;
public VanishBridge vb;
public AMP amp;
//public HubWorldRestrictions hwr;
@ -235,7 +236,7 @@ public class TotalFreedomMod extends JavaPlugin
snp = new SignBlocker();
ew = new EntityWiper();
st = new Sitter();
vh = new VanishHandler();
vb = new VanishBridge();
amp = new AMP();
// Single admin utils