Oops, accidentally left debug print
git-svn-id: http://mc-server.googlecode.com/svn/trunk@134 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
59af89235b
commit
b87cffc763
@ -1214,7 +1214,6 @@ void cClientHandle::HandlePacket( cPacket* a_Packet )
|
||||
{
|
||||
cTimer t1;
|
||||
m_Ping = (short)(t1.GetNowTime() - m_PingStartTime);
|
||||
LOG("%s ping: %d\n", m_Player->GetName(), m_Ping);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user