fixed ClientHandle warnings
This commit is contained in:
parent
9ebc623a0a
commit
e41dec458c
@ -1409,6 +1409,7 @@ void cClientHandle::SendData(const char * a_Data, int a_Size)
|
|||||||
|
|
||||||
void cClientHandle::MoveToWorld(cWorld & a_World, bool a_SendRespawnPacket)
|
void cClientHandle::MoveToWorld(cWorld & a_World, bool a_SendRespawnPacket)
|
||||||
{
|
{
|
||||||
|
UNUSED(a_World);
|
||||||
ASSERT(m_Player != NULL);
|
ASSERT(m_Player != NULL);
|
||||||
|
|
||||||
if (a_SendRespawnPacket)
|
if (a_SendRespawnPacket)
|
||||||
|
Loading…
Reference in New Issue
Block a user