fix IsBlockInfectionZ duplication

This commit is contained in:
Kpro998 2019-05-19 22:35:56 +01:00
parent 0856fec38e
commit f3ff81e5ab

View file

@ -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)