Skip to content

Commit

Permalink
comment out the problemaic code
Browse files Browse the repository at this point in the history
it is more tricky than me thougt...
  • Loading branch information
GlodBlock authored Jul 31, 2022
1 parent 8373bae commit 0937feb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void onStorageUpdate(MENetworkStorageEvent event) {
updateState();
}

@MENetworkEventSubscribe
/*@MENetworkEventSubscribe
public void onBootUp(MENetworkBootingStatusChange event) {
try {
IMEInventory<IAEItemStack> inventory = this.getProxy().getStorage().getItemInventory();
Expand All @@ -146,7 +146,7 @@ public void onBootUp(MENetworkBootingStatusChange event) {
}
} catch (GridAccessException ignored) {
}
}
}*/

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

Expand Down

0 comments on commit 0937feb

Please sign in to comment.