We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4941509 commit b772a2aCopy full SHA for b772a2a
src/Source/Var/voice_status.cpp
@@ -155,7 +155,7 @@ void CVoiceStatus::UpdateServerState(bool bForce){
155
if (!info)
156
continue;
157
if (m_BanMgr.GetPlayerBan(info->GetSteamID64()))
158
- banMask |= 1 << i;
+ banMask |= 1 << (i - 1);
159
}
160
serverBanMask = m_ServerBannedPlayers.to_ulong();
161
if(serverBanMask != banMask)
0 commit comments