couldnt give it a better name

This commit is contained in:
ZeroEpoch1969
2019-08-03 19:50:31 -07:00
parent fb0bfb847f
commit dffd9f8c3c
6 changed files with 103 additions and 3 deletions

View File

@ -112,7 +112,6 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
public Monitors mo;
public MovementValidator mv;
public EntityWiper ew;
public FrontDoor fd;
public ServerPing sp;
public CurseListener cul;
public ItemFun it;
@ -229,7 +228,6 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
mv = services.registerService(MovementValidator.class);
ew = services.registerService(EntityWiper.class);
fd = services.registerService(FrontDoor.class);
sp = services.registerService(ServerPing.class);
pv = services.registerService(PlayerVerification.class);