nightly #1

Merged
WildEgo merged 57 commits from metin2/server:nightly into master 2024-04-23 13:17:20 +03:00
Showing only changes of commit 62f3635b86 - Show all commits

View File

@ -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");