1
0

Scoreboard deserialization

This commit is contained in:
andrew
2014-01-20 16:10:39 +02:00
parent f321b5d224
commit 7728f4bcbe
7 changed files with 605 additions and 54 deletions

View File

@@ -1935,7 +1935,7 @@ bool cWSSAnvil::LoadEntityBaseFromNBT(cEntity & a_Entity, const cParsedNBT & a_N
return false;
}
a_Entity.SetYaw(Rotation[0]);
a_Entity.SetRoll (Rotation[1]);
a_Entity.SetRoll(Rotation[1]);
return true;
}