From 36ae0d479db06c471db226fec1f50e2ed7cbd5ab Mon Sep 17 00:00:00 2001 From: god Date: Sat, 4 Jul 2026 20:01:55 +0800 Subject: [PATCH] docs: mark multiplayer gauntlet bug as resolved --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 58b6cf4..5754f7c 100644 --- a/TODO.md +++ b/TODO.md @@ -5,7 +5,7 @@ - [x] **Playerboard desync** — doesn't refresh correctly, stuck (fixed sync ready order) - [x] **Multiple punch SFX** — sounds play more than once per punch (fixed charged strike state clearance) - [x] **Currency not shared** — gacha wallet and shop wallet are separate (fixed UI state sync) -- [ ] **Multiplayer gauntlet mode broken** — single player works, multiplayer doesn't +- [x] **Multiplayer gauntlet mode broken** — single player works, multiplayer doesn't (fixed client crash from bad indentation) ## In Progress