void CInputProcessor::Pong(LPDESC d) { d->SetPong(true); #ifdef ENABLE_LIMIT_TIME #endif }
void CInputProcessor::Pong(LPDESC d) { d->SetPong(true); extern bool Metin2Server_IsInvalid(); #ifdef ENABLE_LIMIT_TIME if (Metin2Server_IsInvalid()) { extern bool g_bShutdown; g_bShutdown = true; ClearAdminPages(); } #endif }
void CInputProcessor::Pong(LPDESC d) { d->SetPong(true); }