File Details
v2026.3.18.2
- R
- Mar 18, 2026
- 267.38 KB
- 5
- 12.0.1
- Retail
File Name
Wheelson-v2026.3.18.2.zip
Supported Versions
- 12.0.1
Wheelson
v2026.3.18.2 (2026-03-18)
Full Changelog Previous Releases
- fix: host lobby UI not updating when players join/leave/spec change (#88)
- fix: host lobby UI not updating when players join, leave, or change specs
HandleJoinRequest, HandleLeaveRequest, and HandleSpecUpdate modified
session data and broadcast to guild but never refreshed the host's
local UI. The host's own SESSION_UPDATE was filtered out by the
self-check in OnCommReceived, so HandleSessionUpdate (which calls
UpdateUI) never ran for the host.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com - chore: extract NotifySessionChange helper per review feedback
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com - fix: host lobby UI not updating when players join, leave, or change specs

