Fix doTick() not being called

Fixes potion ticking and fire damage effects
This commit is contained in:
ThisTestUser
2022-11-21 16:26:53 -05:00
parent 6bf055fb87
commit a829cdf701
3 changed files with 3 additions and 63 deletions

View File

@@ -365,10 +365,6 @@ public class Debugger {
print("This has been established as a feature as \"" + ChatColor.AQUA + "/bot settings setgoal" + ChatColor.RESET + "\"!");
}
public void fire(boolean b) {
TerminatorPlus.getInstance().getManager().fetch().forEach(bot -> bot.setOnFirePackets(b));
}
public void trackYVel() {
if (!(sender instanceof Player)) return;