Fixed Assembler Double Effect.

This commit is contained in:
AlgorithmX2 2014-07-09 20:39:24 -05:00
parent 0e676f5171
commit ca6cdf50c1

View file

@ -242,6 +242,7 @@ public class ClientHelper extends ServerHelper
{
case Assembler:
spawnAssembler( worldObj, posX, posY, posZ, o );
return;
case Vibrant:
spawnVibrant( worldObj, posX, posY, posZ );
return;