| 1727 | } |
| 1728 | |
| 1729 | void spectate() |
| 1730 | { |
| 1731 | if(m_demo || editmode) return; |
| 1732 | if(!team_isspect(player1->team)) addmsg(SV_SWITCHTEAM, "ri", TEAM_SPECT); |
| 1733 | else tryrespawn(); |
| 1734 | } |
| 1735 | COMMAND(spectate, ""); |
| 1736 | |
| 1737 | void setfollowplayer(int cn) |
nothing calls this directly
no test coverage detected