Improved NEI Integration and Pattern Terminal Support
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class AEBaseGui extends GuiContainer
|
||||
protected List<InternalSlotME> meSlots = new LinkedList<InternalSlotME>();
|
||||
protected GuiScrollbar myScrollBar = null;
|
||||
static public boolean switchingGuis;
|
||||
final private boolean subGui;
|
||||
private boolean subGui;
|
||||
|
||||
public AEBaseGui(Container container) {
|
||||
super( container );
|
||||
@@ -127,6 +127,13 @@ public abstract class AEBaseGui extends GuiContainer
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onGuiClosed()
|
||||
{
|
||||
super.onGuiClosed();
|
||||
subGui = true; // in case the gui is reopened later ( i'm looking at you NEI )
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void mouseClicked(int xCoord, int yCoord, int btn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user