1
0
Fork 0

Thrown ender pearls are saved properly to MCA.

This commit is contained in:
madmaxoft 2013-09-08 18:36:26 +02:00
parent b9066ab8f9
commit 2071fb6491
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ void cNBTChunkSerializer::AddProjectileEntity(cProjectileEntity * a_Projectile)
}
case cProjectileEntity::pkFireCharge:
case cProjectileEntity::pkWitherSkull:
case cProjectileEntity::pkEnderPearl:
{
m_Writer.BeginList("Motion", TAG_Double);
m_Writer.AddDouble("", a_Projectile->GetSpeedX());