Remove updater fully and revert /tfm properly.

This commit is contained in:
ZeroEpoch1969
2018-05-21 19:32:28 -07:00
parent 6e3fa2d6dd
commit 69e82b5746
3 changed files with 23 additions and 126 deletions

View File

@ -93,7 +93,6 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
public EntityWiper ew;
public FrontDoor fd;
public ServerPing sp;
public Updater ud;
public ItemFun it;
public Landminer lm;
public MP44 mp;
@ -206,7 +205,6 @@ public class TotalFreedomMod extends AeroPlugin<TotalFreedomMod>
ew = services.registerService(EntityWiper.class);
fd = services.registerService(FrontDoor.class);
sp = services.registerService(ServerPing.class);
ud = services.registerService(Updater.class);
pv = services.registerService(PlayerVerification.class);
// Fun