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;