TheSil / base_enhanced

sil's base_enhanced server mod
3 stars 4 forks source link

Finishing siege round with saber causes sound bug when teams swap #75

Closed deathsythe47 closed 9 years ago

deathsythe47 commented 9 years ago

Example:

Select jedi class (lightsaber) Complete final objective in a siege map At intermission, when the teams switch on the scoreboard, you hear lightsaber sound

TheSil commented 9 years ago

Fixed this on client side, in CG_CheckPlayerG2Weapons() by adding (ps->pm_type != PM_INTERMISSION) condition for saber sound.