Spectator Mode
ajz123 opened this issue · 1 comments
ajz123 commented
Can you please provide some directions on how to enable and then use spectator mode. The button is greyed out for me.
Faris90 commented
oh just change <button id="spectateBtn" onclick="spectate(); return false;" disabled class="btn btn-warning btn-spectate btn-needs-server">Spectate </button>
to
<button id="spectateBtn" onclick="spectate(); return false;" class="btn btn-warning btn-spectate btn-needs-server">Spectate </button>