chore: limit time & valid server check removed

This commit is contained in:
Berkay
2025-09-23 00:14:45 +03:00
parent c8cb3e818b
commit ede7533074
7 changed files with 0 additions and 200 deletions

View File

@@ -10,10 +10,6 @@
#include "auth_brazil.h"
#include "db.h"
#ifndef OS_WINDOWS
#include "limit_time.h"
#endif
extern time_t get_global_time();
bool FN_IS_VALID_LOGIN_STRING(const char *str)
@@ -107,17 +103,6 @@ CInputAuth::CInputAuth()
void CInputAuth::Login(LPDESC d, const char * c_pData)
{
extern bool Metin2Server_IsInvalid();
#ifdef ENABLE_LIMIT_TIME
if (Metin2Server_IsInvalid())
{
extern void ClearAdminPages();
ClearAdminPages();
exit(1);
return;
}
#endif
TPacketCGLogin3 * pinfo = (TPacketCGLogin3 *) c_pData;
if (!g_bAuthServer)