AntiPattern
Host vs Client RPC Semantics
authority-side-mismatch-rpc
Host-only and broadcast RPC attributes get invoked from the wrong execution side, so client-triggered logic fails to replicate or routes to the wrong input/control scope. Fixes hinge on aligning RPC semantics, ownership, and replicated state to the intended authority.