Fix a crash with filter slots crashing

This commit is contained in:
Ellpeck 2016-11-25 22:05:45 +01:00
parent bc220573e8
commit 65bc4ce327

View file

@ -45,7 +45,7 @@ public class SlotFilter extends Slot{
}
}
return null;
return StackUtil.getNull();
}
@Override