More ItemStack null changes.

This commit is contained in:
Gunther De Wachter
2017-06-26 07:07:04 +02:00
parent 78904204cf
commit 650edae902
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,7 @@ public final class DamagedItemDefinition implements IItemDefinition
@Override
public boolean isSameAs( final ItemStack comparableStack )
{
if( comparableStack == null )
if( comparableStack.isEmpty() )
{
return false;
}