fix gun sounds for blockworlds servers

This commit is contained in:
Noa 2022-04-16 19:36:25 +02:00
parent e81ebfb0bb
commit 482d45484b

View file

@ -1009,7 +1009,7 @@ static CGameInfo GetGameInfo(const CNetObj_GameInfoEx *pInfoEx, int InfoExSize,
Info.m_UnlimitedAmmo = Race; Info.m_UnlimitedAmmo = Race;
Info.m_DDRaceRecordMessage = DDRace && !DDNet; Info.m_DDRaceRecordMessage = DDRace && !DDNet;
Info.m_RaceRecordMessage = DDNet || (Race && !DDRace); 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_AllowEyeWheel = DDRace || BlockWorlds || City || Plus;
Info.m_AllowHookColl = DDRace; Info.m_AllowHookColl = DDRace;
Info.m_AllowZoom = Race || BlockWorlds || City; Info.m_AllowZoom = Race || BlockWorlds || City;