Skip to content

Commit

Permalink
small oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed May 12, 2022
1 parent 750703f commit 7838b21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ usesShadowedDependencies = false

# Optional parameter to prevent the source code from being published
# noPublishedSources =
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=7890
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import appeng.util.Platform;
import com.glodblock.github.FluidCraft;
import com.glodblock.github.common.parts.PartFluidPatternTerminal;
import com.glodblock.github.common.parts.PartFluidPatternTerminalEx;
import com.glodblock.github.inventory.InventoryHandler;
import com.glodblock.github.inventory.gui.GuiType;
import com.glodblock.github.network.SPacketMEInventoryUpdate;
Expand Down Expand Up @@ -299,6 +300,10 @@ public void startJob()
{
originalGui = GuiType.FLUID_PATTERN_TERMINAL;
}
if( ah instanceof PartFluidPatternTerminalEx)
{
originalGui = GuiType.FLUID_PATTERN_TERMINAL_EX;
}

if( this.result != null && !this.isSimulation() && getGrid() != null)
{
Expand Down

0 comments on commit 7838b21

Please sign in to comment.