CloneWith / osu

Another osu! client fork, tailored for tournament hosting
https://osu.ppy.sh
MIT License
1 stars 0 forks source link

Add referee command usage settings #34

Closed CloneWith closed 2 months ago

CloneWith commented 2 months ago

At the same time trying to fix the horizonal win detection problem.

Fixes #33

NaughtyChas commented 2 months ago

I have changed the name of the switches to be more user-oriented. Now they're called "Board autoControl" and "Await Response".

Thought for a while and the "Await Response" will actually do nothing if we put "Board autoControl" as disabled so I have added a automatic logic on these switches in commit 637141d. Now activate "Await Response" will automatically activate "Board autoControl" to match user expectations.

If I got that wrong feel free to revert that commit.