Skip to content

Commit 0937feb

Browse files
authored
comment out the problemaic code
it is more tricky than me thougt...
1 parent 8373bae commit 0937feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/glodblock/github/common/tile/TileFluidDiscretizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void onStorageUpdate(MENetworkStorageEvent event) {
129129
updateState();
130130
}
131131

132-
@MENetworkEventSubscribe
132+
/*@MENetworkEventSubscribe
133133
public void onBootUp(MENetworkBootingStatusChange event) {
134134
try {
135135
IMEInventory<IAEItemStack> inventory = this.getProxy().getStorage().getItemInventory();
@@ -146,7 +146,7 @@ public void onBootUp(MENetworkBootingStatusChange event) {
146146
}
147147
} catch (GridAccessException ignored) {
148148
}
149-
}
149+
}*/
150150

151151
private class FluidDiscretizingInventory implements IMEInventory<IAEItemStack>, IMEMonitorHandlerReceiver<IAEFluidStack> {
152152

0 commit comments

Comments
 (0)