We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8373bae commit 0937febCopy full SHA for 0937feb
src/main/java/com/glodblock/github/common/tile/TileFluidDiscretizer.java
@@ -129,7 +129,7 @@ public void onStorageUpdate(MENetworkStorageEvent event) {
129
updateState();
130
}
131
132
- @MENetworkEventSubscribe
+ /*@MENetworkEventSubscribe
133
public void onBootUp(MENetworkBootingStatusChange event) {
134
try {
135
IMEInventory<IAEItemStack> inventory = this.getProxy().getStorage().getItemInventory();
@@ -146,7 +146,7 @@ public void onBootUp(MENetworkBootingStatusChange event) {
146
147
} catch (GridAccessException ignored) {
148
149
- }
+ }*/
150
151
private class FluidDiscretizingInventory implements IMEInventory<IAEItemStack>, IMEMonitorHandlerReceiver<IAEFluidStack> {
152
0 commit comments