Fixed Assembler Double Effect.
This commit is contained in:
parent
0e676f5171
commit
ca6cdf50c1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue