1
0
Fork 0

The motion is already set in AddBasicEntity()

This commit is contained in:
Howaner 2014-06-17 01:17:35 +02:00
parent a89524d533
commit 46b84aa8b6
1 changed files with 0 additions and 5 deletions

View File

@ -614,11 +614,6 @@ void cNBTChunkSerializer::AddProjectileEntity(cProjectileEntity * a_Projectile)
case cProjectileEntity::pkWitherSkull:
case cProjectileEntity::pkEnderPearl:
{
m_Writer.BeginList("Motion", TAG_Double);
m_Writer.AddDouble("", a_Projectile->GetSpeedX());
m_Writer.AddDouble("", a_Projectile->GetSpeedY());
m_Writer.AddDouble("", a_Projectile->GetSpeedZ());
m_Writer.EndList();
break;
}
default: