Complain on higher log level that 0.7 support was disabled

Not sure why it was on debug level before.
This commit is contained in:
heinrich5991 2024-08-15 14:47:40 +02:00
parent 6754b5ff45
commit 438e04f785

View file

@ -2591,9 +2591,8 @@ int CServer::LoadMap(const char *pMapName)
{ {
m_pRegister->OnConfigChange(); m_pRegister->OnConfigChange();
} }
str_format(aBufMsg, sizeof(aBufMsg), "couldn't load map %s", aBuf); log_error("sixup", "couldn't load map %s", aBuf);
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "sixup", aBufMsg); log_info("sixup", "disabling 0.7 compatibility");
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "sixup", "disabling 0.7 compatibility");
} }
else else
{ {