Skip to content

Commit

Permalink
Re-fix previous commit
Browse files Browse the repository at this point in the history
freakin'... inventory code...
  • Loading branch information
mcmonkey4eva committed Dec 11, 2016
1 parent 7f8ff73 commit 5d52c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -62,7 +62,7 @@ public boolean matches(ScriptContainer scriptContainer, String s) {
"\0";
if (!inv.equals("inventory")
&& !inv.equals(CoreUtilities.toLowerCase(inventory.getInventoryType().name()))
&& !inv.equals(CoreUtilities.toLowerCase(inventory.getIdType()))
&& !inv.equals(CoreUtilities.toLowerCase(inventory.getIdHolder()))
&& !inv.equals(nname)) {
return false;
}
Expand Down
Expand Up @@ -56,7 +56,7 @@ public boolean matches(ScriptContainer scriptContainer, String s) {
"\0";
if (!inv.equals("inventory")
&& !inv.equals(CoreUtilities.toLowerCase(inventory.getInventoryType().name()))
&& !inv.equals(CoreUtilities.toLowerCase(inventory.getIdType()))
&& !inv.equals(CoreUtilities.toLowerCase(inventory.getIdHolder()))
&& !inv.equals(nname)) {
return false;
}
Expand Down

0 comments on commit 5d52c8a

Please sign in to comment.