Merge remote-tracking branch 'origin/main'
This commit is contained in:
+1
-1
@@ -469,7 +469,7 @@ export function App() {
|
||||
if (!response.ok) { setStatus('OBJECTIVE COMPLETE · STORY ADVANCE UNAVAILABLE'); return }
|
||||
const next = await response.json() as PlaythroughState
|
||||
if (next.node?.kind === 'level' && next.node.levelSlug) window.location.assign(`/level/${encodeURIComponent(next.node.levelSlug)}`)
|
||||
else window.location.assign('/')
|
||||
else window.location.assign('/?resume=1') // resume straight into the next node, not the splash
|
||||
} finally { setAdvancing(false) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user