예제 #1
0
void CInputProcessor::Pong(LPDESC d)
{
	d->SetPong(true);

#ifdef ENABLE_LIMIT_TIME
#endif
}
예제 #2
0
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
}
예제 #3
0
파일: input.cpp 프로젝트: mehtiNET/Server
void CInputProcessor::Pong(LPDESC d)
{
	d->SetPong(true);
}