diff options
author | bombcar <github@bombcar.com> | 2021-11-26 08:57:46 -0600 |
---|---|---|
committer | bombcar <github@bombcar.com> | 2021-11-26 08:57:46 -0600 |
commit | f19ff7aa5c13c6e4d4e26e5d3f825f30d80c8f9d (patch) | |
tree | 97452ddc58f1760e075df46150323dbf1f761560 /src/Java/gtPlusPlus/xmod/gregtech/common | |
parent | 0cf66de644598ef44ec662a46eeacb1dffbfd7a8 (diff) | |
download | GT5-Unofficial-f19ff7aa5c13c6e4d4e26e5d3f825f30d80c8f9d.tar.gz GT5-Unofficial-f19ff7aa5c13c6e4d4e26e5d3f825f30d80c8f9d.tar.bz2 GT5-Unofficial-f19ff7aa5c13c6e4d4e26e5d3f825f30d80c8f9d.zip |
Revert "turn tryfill public"
This reverts commit 0cf66de644598ef44ec662a46eeacb1dffbfd7a8.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java index 8c0af73282..8d778d4e67 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/chemplant/GregtechMTE_ChemicalPlant.java @@ -768,7 +768,6 @@ public class GregtechMTE_ChemicalPlant extends GregtechMeta_MultiBlockBase { updateSlots(); for (GT_MetaTileEntity_Hatch_Catalysts h : mCatalystBuses) { h.updateSlots(); - h.tryFillUsageSlots(); } // Play sounds (GT++ addition - GT multiblocks play no sounds) |