mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Merge pull request #8732 from heinrich5991/pr_ddnet_louder_sixup_disabling
Complain on higher log level that 0.7 support was disabled
This commit is contained in:
commit
2748cf58be
|
@ -2591,9 +2591,8 @@ int CServer::LoadMap(const char *pMapName)
|
|||
{
|
||||
m_pRegister->OnConfigChange();
|
||||
}
|
||||
str_format(aBufMsg, sizeof(aBufMsg), "couldn't load map %s", aBuf);
|
||||
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "sixup", aBufMsg);
|
||||
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "sixup", "disabling 0.7 compatibility");
|
||||
log_error("sixup", "couldn't load map %s", aBuf);
|
||||
log_info("sixup", "disabling 0.7 compatibility");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue