Merge updates from the nightly branch #34

Merged
Exynox merged 73 commits from nightly into master 2024-11-16 18:17:14 +02: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");