1
0

Delet SpawnObject params

* Fix #4679

awkward...
This commit is contained in:
Tiger Wang
2020-04-19 21:03:17 +01:00
parent 61aff2af12
commit 246acb19f9
17 changed files with 19 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ cEnderCrystal::cEnderCrystal(Vector3d a_Pos):
void cEnderCrystal::SpawnOn(cClientHandle & a_ClientHandle)
{
a_ClientHandle.SendSpawnObject(*this, 51, 0, static_cast<Byte>(GetYaw()), static_cast<Byte>(GetPitch()));
a_ClientHandle.SendSpawnObject(*this, 51, 0);
}