Add TeamSync team management events

This commit is contained in:
Your Name
2026-06-12 16:39:46 -04:00
parent 91c4711c48
commit f883367eaa
6 changed files with 311 additions and 18 deletions
+2 -2
View File
@@ -4787,8 +4787,8 @@ static void on_exchange_item_for_team_points_bb(std::shared_ptr<Client> c, Subco
auto s = c->require_server_state();
if (TeamSync::relay_team_actions_enabled() && !TeamSync::relay_team_points_enabled()) {
// TeamSync phase 1 is membership-only. Team points are not yet routed
// through the authority, so do not consume the item locally.
// TeamSync points relay is disabled, so do not consume the item locally
// for a local-only point mutation that authority sync may overwrite.
return;
}