From 482d45484bf3e1e63c36cc7fadfa4852369696c8 Mon Sep 17 00:00:00 2001 From: Noa <75568768+NouaaTW@users.noreply.github.com> Date: Sat, 16 Apr 2022 19:36:25 +0200 Subject: [PATCH] fix gun sounds for blockworlds servers --- src/game/client/gameclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 3d8f53c51..2fac3ddca 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -1009,7 +1009,7 @@ static CGameInfo GetGameInfo(const CNetObj_GameInfoEx *pInfoEx, int InfoExSize, Info.m_UnlimitedAmmo = Race; Info.m_DDRaceRecordMessage = DDRace && !DDNet; Info.m_RaceRecordMessage = DDNet || (Race && !DDRace); - Info.m_RaceSounds = DDRace || FNG; + Info.m_RaceSounds = DDRace || FNG || BlockWorlds; Info.m_AllowEyeWheel = DDRace || BlockWorlds || City || Plus; Info.m_AllowHookColl = DDRace; Info.m_AllowZoom = Race || BlockWorlds || City;