mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
spaces again?
This commit is contained in:
parent
ea64d57be1
commit
cf727576eb
|
@ -49,13 +49,13 @@ bool IsDDRace(const CServerInfo *pInfo)
|
|||
bool IsDDNet(const CServerInfo *pInfo)
|
||||
{
|
||||
return str_find_nocase(pInfo->m_aGameType, "ddracenet")
|
||||
|| str_find_nocase(pInfo->m_aGameType, "ddnet");
|
||||
|| str_find_nocase(pInfo->m_aGameType, "ddnet");
|
||||
}
|
||||
|
||||
bool IsBlockWorlds(const CServerInfo *pInfo)
|
||||
{
|
||||
return str_comp_nocase_num(pInfo->m_aGameType, "bw ", 4) == 0
|
||||
|| str_comp_nocase(pInfo->m_aGameType, "bw") == 0;
|
||||
|| str_comp_nocase(pInfo->m_aGameType, "bw") == 0;
|
||||
}
|
||||
|
||||
// other
|
||||
|
|
Loading…
Reference in a new issue