1
0

1.8: Fixed hangings.

This commit is contained in:
Howaner
2014-09-11 20:06:28 +02:00
parent 3bd3ac2200
commit c45bf7cf55
4 changed files with 89 additions and 32 deletions

View File

@@ -2834,7 +2834,7 @@ void cProtocol172::cPacketizer::WriteEntityMetadata(const cEntity & a_Entity)
WriteByte(0xA2);
WriteItem(Frame.GetItem());
WriteByte(0x3);
WriteByte(Frame.GetRotation());
WriteByte(Frame.GetRotation() / 2);
break;
}
default: break;