SM_OVERVIEW shows all players and their activity - could be used unfairly, possible TODO: allow restricting access by server config and votes
| 1750 | |
| 1751 | // SM_OVERVIEW shows all players and their activity - could be used unfairly, possible TODO: allow restricting access by server config and votes |
| 1752 | bool smoverviewflyforbidden() |
| 1753 | { |
| 1754 | return (player1->team != TEAM_SPECT && !watchingdemo); |
| 1755 | } |
| 1756 | |
| 1757 | // set new spect mode |
| 1758 | void spectatemode(int mode) |
no outgoing calls
no test coverage detected