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

@@ -92,7 +92,7 @@ cFloater::cFloater(Vector3d a_Pos, Vector3d a_Speed, UInt32 a_PlayerID, int a_Co
void cFloater::SpawnOn(cClientHandle & a_Client)
{
a_Client.SendSpawnObject(*this, 90, static_cast<int>(m_PlayerID), 0, 0);
a_Client.SendSpawnObject(*this, 90, static_cast<int>(m_PlayerID));
}