Fixed crash when placing fuel rod into reactor, due to inv size = 0
This commit is contained in:
parent
fa59b69337
commit
0e45a80a67
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class TileReactorCell extends TileInventory(Material.iron) with IMultiBlockStruc
|
|||
textureName = "machine"
|
||||
isOpaqueCube = false
|
||||
normalRender = false
|
||||
maxSlots = 1
|
||||
|
||||
override def onWorldJoin
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue