aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r--features/dungeonSolvers/index.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js
index be06af9..6842262 100644
--- a/features/dungeonSolvers/index.js
+++ b/features/dungeonSolvers/index.js
@@ -458,14 +458,6 @@ class DungeonSolvers extends Feature {
if(World.getBlockAt(this.blazeX+17-43, 18, this.blazeY+16-43).getType().getID() === 9){
this.blazes = this.blazes.reverse()
}
-
- // let lastHp = -1 TODO: fix this
- // this.blazes.forEach(b=>{
- // if(b.getEntity().func_110143_aJ() === lastHp){
- // // if(this.blazeSolver.getValue())ChatLib.chat(this.FeatureManager.messagePrefix + "&cWARNING: Detected 2 blazes with the same hp. (" + lastHp + "," + b.getEntity().func_110143_aJ() + ")")
- // }
- // lastHp = b.getEntity().func_110143_aJ()
- // })
}
}
}