Fixed server side EM velocity crash

This commit is contained in:
Calclavia 2013-08-05 15:14:22 -04:00
parent edb5d4c958
commit cbb670370f

View file

@ -321,7 +321,9 @@ public class TileEntityEMContractor extends TileEntityBase implements IPacketRec
break;
}
item.setVelocity(0, 0, 0);
item.motionX = 0;
item.motionY = 0;
item.motionZ = 0;
return item;
}