Fixed errorous super call

This commit is contained in:
tgame14 2014-03-24 19:43:24 +02:00
parent c23cc19271
commit 3845ba49c4

View file

@ -26,7 +26,7 @@ object TileTurntable
class TileTurntable extends TileBlock(Material.piston) with IRotatable
{
textureName = "turntable_side"
super.tickRandomly = true
tickRandomly = true
rotationMask = Integer.parseInt("111111", 2).toByte
override def tickRate(par1World: World): Int =