If you ain't got required access it's true![]()
if((ipBanishment && !(violationStatements[access] & (1 << Action_IpBan))) || reason > violationReasons[access]
|| !(violationNames[access] & (1 << action) || violationStatements[access] & (1 << action)))
if((0 == (violationStatements[player->getViolationAccess()] & (1 << action))) || reason > violationReasons[player->getViolationAccess()]
|| (ipBanishment && (violationStatements[player->getViolationAccess()] & Action_IpBan) != Action_IpBan))