Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Fix Tool Restriction not working #38
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 2, 2014
1 parent de1360c commit a804e0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public static boolean isUselessTool(Item item)
return false;

if(IguanaTweaks.toolWhitelist.contains(item))
return false;
return true;

if(item instanceof ItemTool)
return true;
Expand Down

0 comments on commit a804e0f

Please sign in to comment.