forgot to pull

This commit is contained in:
2020-08-15 17:08:39 -05:00
parent f42e047723
commit e4c9ea656e
8 changed files with 93 additions and 132 deletions

View File

@ -22,7 +22,6 @@ 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;
@ -137,7 +136,7 @@ public class TotalFreedomMod extends JavaPlugin
public SignBlocker snp;
public EntityWiper ew;
public Sitter st;
public VanishBridge vb;
public VanishHandler vh;
public AMP amp;
//public HubWorldRestrictions hwr;
@ -236,7 +235,7 @@ public class TotalFreedomMod extends JavaPlugin
snp = new SignBlocker();
ew = new EntityWiper();
st = new Sitter();
vb = new VanishBridge();
vh = new VanishHandler();
amp = new AMP();
// Single admin utils