1
0
Fork 0
This commit is contained in:
Howaner 2014-09-18 18:51:36 +02:00
parent 43ed690520
commit 52c875531e
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ void cPlayer::Tick(float a_Dt, cChunk & a_Chunk)
cTimer t1;
if (m_LastPlayerListTime + PLAYER_LIST_TIME_MS <= t1.GetNowTime())
{
// m_World->BroadcastPlayerListUpdatePing(*this);
m_World->BroadcastPlayerListUpdatePing(*this);
m_LastPlayerListTime = t1.GetNowTime();
}