diff --git a/libraries/hl2sdk-cs2 b/libraries/hl2sdk-cs2 index f21e0c9d8..40a9bb9c0 160000 --- a/libraries/hl2sdk-cs2 +++ b/libraries/hl2sdk-cs2 @@ -1 +1 @@ -Subproject commit f21e0c9d8fc753520cb217ccfcb172d6561c7200 +Subproject commit 40a9bb9c0246eabd91d7abf98099607e024bb61c diff --git a/src/core/managers/voice_manager.cpp b/src/core/managers/voice_manager.cpp index e488edef1..f68afc7df 100644 --- a/src/core/managers/voice_manager.cpp +++ b/src/core/managers/voice_manager.cpp @@ -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++) {