Skip to content

Commit 8b4d46c

Browse files
committed
Add a hint on auto referee majority handling
1 parent d0df699 commit 8b4d46c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/components/settings/AutoRefereeBehaviorConfig.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ function changeAll(behavior: AutoRefConfig_Behavior) {
6767
<li>Log: Add passive event to the protocol, but do not process it at all.</li>
6868
<li>Ignore: Drop event silently.</li>
6969
</ul>
70+
<p>
71+
Note: If majority handling is enabled for a game event, only auto referees are considered that
72+
have the respective game event configured as 'Accept'.
73+
If an auto referee is known to not support certain events, the behavior should be set to 'Ignore'.
74+
</p>
7075
<q-list bordered class="rounded-borders">
7176
<q-item>
7277
<q-item-section>

0 commit comments

Comments
 (0)