Skip to content

Commit

Permalink
Hate Git
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Dec 11, 2016
1 parent c60b9b2 commit d4ab26c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -628,7 +628,7 @@ public ItemStack[] getStorageContents() {
return NMSHandler.getVersion().isAtLeast(NMSVersion.v1_9_R2) ? inventory.getStorageContents() : inventory.getContents();
}
else {
return new ItemStack[];
return new ItemStack[0];
}
}

Expand Down

0 comments on commit d4ab26c

Please sign in to comment.