Skip to content

Commit 74ce0d2

Browse files
chore(deps): bump libraries/hl2sdk-cs2 from f21e0c9 to 40a9bb9 (#586)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Wilson <[email protected]>
1 parent 9c8f25f commit 74ce0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/managers/voice_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void VoiceManager::OnClientCommand(CPlayerSlot slot, const CCommand& args)
106106

107107
if (!pPlayer) return;
108108

109-
if (args.ArgC() > 1 && stricmp(args.Arg(0), "vban") == 0)
109+
if (args.ArgC() > 1 && V_stricmp(args.Arg(0), "vban") == 0)
110110
{
111111
// clients just refuse to send vban for indexes over 32 and all 4 fields are just the same number, so we only get the first one
112112
// for (int i = 1; (i < args.ArgC()) && (i < 3); i++) {

0 commit comments

Comments
 (0)