diff --git a/src/game/src/input_login.cpp b/src/game/src/input_login.cpp index df04a39..ab5e45e 100644 --- a/src/game/src/input_login.cpp +++ b/src/game/src/input_login.cpp @@ -635,6 +635,10 @@ void CInputLogin::Entergame(LPDESC d, const char * data) } } } + else + { + SPDLOG_WARN("VERSION : NO CHECK"); + } if (ch->IsGM() == true) ch->ChatPacket(CHAT_TYPE_COMMAND, "ConsoleEnable");