forked from metin2/server
1
0
Fork 0

revert removed warning for disabled version checks

This commit is contained in:
Tr0n 2024-04-09 17:10:53 +02:00
parent 2c37b2009d
commit 62f3635b86
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -635,6 +635,10 @@ void CInputLogin::Entergame(LPDESC d, const char * data)
} }
} }
} }
else
{
SPDLOG_WARN("VERSION : NO CHECK");
}
if (ch->IsGM() == true) if (ch->IsGM() == true)
ch->ChatPacket(CHAT_TYPE_COMMAND, "ConsoleEnable"); ch->ChatPacket(CHAT_TYPE_COMMAND, "ConsoleEnable");