mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix infectionZ gamemode seen as DDNet
This commit is contained in:
parent
d35550ce19
commit
a8756f99e0
|
@ -49,7 +49,7 @@ bool IsDDRace(const CServerInfo *pInfo)
|
|||
bool IsBlockInfectionZ(const CServerInfo *pInfo)
|
||||
{
|
||||
return str_find_nocase(pInfo->m_aGameType, "blockZ")
|
||||
|| str_find_nocase(pInfo->m_aGameType, "infectionZ");
|
||||
|| str_find_nocase(pInfo->m_aGameType, "infection");
|
||||
}
|
||||
|
||||
bool IsBlockWorlds(const CServerInfo *pInfo)
|
||||
|
|
Loading…
Reference in a new issue