Skip to content

Commit f8ba1c6

Browse files
Copilotchrisuthe
andauthored
Fix stale roadmap citation
Co-authored-by: chrisuthe <26907395+chrisuthe@users.noreply.github.com>
1 parent 222b7e8 commit f8ba1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ landed:
16811681
- **`status` reports it**, as `static delay: <n> ms`, read from `PlayerRole::get_static_delay_ms()`
16821682
rather than from a listener-held shadow. That is not a style choice: `update_static_delay()` does
16831683
not invoke the listener (only a server's `set_static_delay` does,
1684-
`_deps/sendspin-src/src/player_role.cpp:396-400`), so a shadow would be stale the moment the
1684+
`_deps/sendspin-src/src/player_role.cpp:403-408`), so a shadow would be stale the moment the
16851685
local knob below was used.
16861686
- **`sendspin-cli delay <0-5000>`** sets it locally. The first *mutating* request answered without
16871687
a server — `status` was previously the only locally answered one at all — which the spec

0 commit comments

Comments
 (0)