skyboy / MineFactoryReloaded

104 stars 75 forks source link

Buildcraft Conflict on wipeInventory? #478

Closed Dockter closed 9 years ago

Dockter commented 9 years ago

http://pastie.org/pastes/10352933/text using build: MineFactoryReloaded-[1.7.10]2.8.1B1-128

This was taking our server down as soon as the tile entity loaded. I fixed (what appears to be fixed) by adding a [if (stack == null) return;] to the top of the method in question.