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 a0d50d6 commit 8c892b9Copy full SHA for 8c892b9
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