We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0df699 commit 8b4d46cCopy full SHA for 8b4d46c
frontend/src/components/settings/AutoRefereeBehaviorConfig.vue
@@ -67,6 +67,11 @@ function changeAll(behavior: AutoRefConfig_Behavior) {
67
<li>Log: Add passive event to the protocol, but do not process it at all.</li>
68
<li>Ignore: Drop event silently.</li>
69
</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>
75
<q-list bordered class="rounded-borders">
76
<q-item>
77
<q-item-section>
0 commit comments