TheSil / base_enhanced

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

Spectators do not see/hear "objective complete" messages or sounds #52

Closed deathsythe47 closed 9 years ago

deathsythe47 commented 9 years ago

Only people ingame hear these sounds and see these messages.

TheSil commented 9 years ago

This is actually client side bug, can be fixed in CG_SiegeObjectiveCompleted() method by removing

if ( myTeam == TEAM_SPECTATOR )
{
    return;
}
entdark commented 9 years ago

Oh, thanks, I will use.