示例#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);
}