We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c892b9 commit 55f7808Copy full SHA for 55f7808
src/main/java/meteordevelopment/meteorclient/systems/modules/player/ToolSaver.java
@@ -159,7 +159,7 @@ private boolean isIgnored(ItemStack tool) {
159
}
160
161
private boolean _canUse(ItemStack tool) {
162
- return !isActive() || isIgnored(tool) || isBroken(tool) || canBreak(tool);
+ return !isActive() || isIgnored(tool) || isBroken(tool) || canBreak(tool);
163
164
165
public static boolean canUse(ItemStack tool) {
0 commit comments