feat(base): Fixed logic for websockets and added GameStateEvent. Might've caused instability on other feature branches!

This commit is contained in:
2025-11-26 10:57:51 +01:00
parent 52e5033afc
commit 22cd198ef6
14 changed files with 209 additions and 134 deletions

View File

@@ -216,4 +216,7 @@ function navSpa(page, title) {
})
});
return false
}
}
globalThis.exchangeBody = exchangeBody;