Fixed "Air" tooltip displaying in the interface terminal. More missed null checks.
This commit is contained in:
@@ -79,7 +79,7 @@ public class SlotDisconnected extends AppEngSlot
|
||||
@Override
|
||||
public boolean getHasStack()
|
||||
{
|
||||
return this.getStack() != null;
|
||||
return !this.getStack().isEmpty();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user