Files
elysium/apps
hikari 4c3b9acfc5 fix: sync game state before auto-boss challenge (#102)
Auto-boss was calling the boss API directly without first flushing
pending game state to the server. This inlines a saveGame call (using
refs, matching the existing auto-save pattern) before the challenge so
the server sees up-to-date state, consistent with the manual challenge
flow.
2026-03-23 13:59:28 -07:00
..