1
0

Removed unneeded paramters

This commit is contained in:
Tiger Wang
2014-01-19 19:42:25 +00:00
parent 1af89a8b50
commit e4c3d799ff
9 changed files with 23 additions and 15 deletions

View File

@@ -142,7 +142,7 @@ bool cCommandBlockEntity::Tick(float a_Dt, cChunk & a_Chunk)
void cCommandBlockEntity::SendTo(cClientHandle & a_Client)
{
a_Client.SendUpdateBlockEntity(GetPosX(), GetPosY(), GetPosZ(), 2, *this);
a_Client.SendUpdateBlockEntity(*this);
}