mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
bw
This commit is contained in:
parent
dda2b06672
commit
0b539df741
|
@ -48,8 +48,8 @@ bool IsDDNet(const CServerInfo *pInfo)
|
|||
{
|
||||
return str_find_nocase(pInfo->m_aGameType, "ddracenet")
|
||||
|| str_find_nocase(pInfo->m_aGameType, "ddnet")
|
||||
|| ((str_comp_nocase_num(pInfo->m_aGameType, "bw", 2) == 0 && str_length(pInfo->m_aGameType) > 3 && pInfo->m_aGameType[2] == ' ' && pInfo->m_aGameType[3] == ' ')
|
||||
|| str_comp_nocase(pInfo->m_aGameType, "bw") == 0);
|
||||
|| str_comp_nocase(pInfo->m_aGameType, "bw ") == 0
|
||||
|| str_comp_nocase(pInfo->m_aGameType, "bw") == 0;
|
||||
}
|
||||
|
||||
// other
|
||||
|
|
Loading…
Reference in a new issue