mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fix IsBlockInfectionZ duplication
This commit is contained in:
parent
0856fec38e
commit
f3ff81e5ab
|
@ -73,7 +73,7 @@ bool Is64Player(const CServerInfo *pInfo)
|
|||
|| str_find(pInfo->m_aName, "64")
|
||||
|| IsDDNet(pInfo)
|
||||
|| IsBlockInfectionZ(pInfo)
|
||||
|| IsBlockInfectionZ(pInfo);
|
||||
|| IsBlockWorlds(pInfo);
|
||||
}
|
||||
|
||||
bool IsPlus(const CServerInfo *pInfo)
|
||||
|
|
Loading…
Reference in a new issue