Skip to content

Commit

Permalink
chore(deps): bump libraries/hl2sdk-cs2 from f21e0c9 to 40a9bb9 (#586
Browse files Browse the repository at this point in the history
)

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]>
  • Loading branch information
dependabot[bot] and roflmuffin authored Oct 3, 2024
1 parent 9c8f25f commit 74ce0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/managers/voice_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void VoiceManager::OnClientCommand(CPlayerSlot slot, const CCommand& args)

if (!pPlayer) return;

if (args.ArgC() > 1 && stricmp(args.Arg(0), "vban") == 0)
if (args.ArgC() > 1 && V_stricmp(args.Arg(0), "vban") == 0)
{
// 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
// for (int i = 1; (i < args.ArgC()) && (i < 3); i++) {
Expand Down

0 comments on commit 74ce0d2

Please sign in to comment.