qbreader / website

A text-based quizbowl packet reader with support for both single- and multi-player.
https://www.qbreader.org
MIT License
39 stars 20 forks source link

Fix AI being active by default, despite showing off #322

Closed 1337isnot1337 closed 4 weeks ago

1337isnot1337 commented 4 weeks ago

Fix AI being active by default, despite showing off. Previously when a user join the AI powermarked buzz is on, despite toggle being off. This is because the constructor for the AIbot makes it active by default. Removing that breaks some player functions, so instead we can add a line to manually disable it.