Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalKill9175 authored Jan 29, 2020
1 parent eddb93e commit 6334ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/finalkg/wsbim/client/lib/IColoredItemColorHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public int colorMultiplier(ItemStack stack, int tintIndex) {
if(stack !=null || stack != ItemStack.EMPTY) {
if(stack.getItem() instanceof IColoredItem) {
IColoredItem backpack = (IColoredItem)stack.getItem();
return backpack.getColor(stack);
return backpack.getItemColor(stack);
}
}
return 16777215;
Expand Down

0 comments on commit 6334ec4

Please sign in to comment.