1
0

1.8: Fixed enderman spawning.

This commit is contained in:
Howaner 2014-09-12 00:36:46 +02:00
parent c7044fa1dd
commit a02d96d1f5

View File

@ -3223,7 +3223,7 @@ void cProtocol180::cPacketizer::WriteMobMetadata(const cMonster & a_Mob)
case cMonster::mtEnderman:
{
WriteByte(0x10);
WriteByte(0x30);
WriteByte((Byte)(((const cEnderman &)a_Mob).GetCarriedBlock()));
WriteByte(0x11);
WriteByte((Byte)(((const cEnderman &)a_Mob).GetCarriedMeta()));