Fixed Spawn Proofer

This commit is contained in:
StormyBytes
2021-06-04 05:23:01 +07:00
parent d0f7cb0d8a
commit 26dc135b7a
3 changed files with 119 additions and 111 deletions

View File

@@ -92,9 +92,6 @@ public class AutoTNT extends Module {
// If there isn't any tnt
if (blocks.size() <= 0) {
// Give a warning
error("No TNT in range");
// If we should just turn off after igniting
if (turnOff.get() && ignited) {
toggle();