Crash on FTB's Direwolf20 for 1.7.10 Server
octylFractal opened this issue ยท 1 comments
Happened while I was laying down some router pipes. Seems to be related to ouput
of a PipePayload
being an invalid side while being in the network. My personal hotfix is to do &0x5
instead of &0x7
, but this seems like a bad idea for the actual code.
Crash report: http://pastebin.com/JF0pTXmG
Fixed by fc19a42