More null's and cosmetic fixes.
This commit is contained in:
@@ -58,7 +58,7 @@ public class SlotPatternTerm extends SlotCraftingTerm
|
||||
{
|
||||
if( !this.isEnabled() )
|
||||
{
|
||||
if( this.getDisplayStack() != null )
|
||||
if( !this.getDisplayStack().isEmpty() )
|
||||
{
|
||||
this.clearStack();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user