Immersive Railroading

Immersive Railroading

3M Downloads

Server / Client Crash - Augment Loader Related

andrboot opened this issue ยท 3 comments

commented

See logged attached.
https://pastebin.com/2XECXdu3
Possible fix (quote by Cam)
https://github.com/TeamOpenIndustry/ImmersiveRailroading/blob/master/src/main/java/cam72cam/immersiverailroading/tile/TileMultiblock.java#L279
if (this.getMultiblock() != null && this.getMultiblock().getInvSize(offset) == 0) {

commented

Confirmed, same issue after trying that line change.

commented

Missed the && vs ||