fix: FRO-6 Websocket Close Handle (#96)

Reviewed-on: #96
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-01 21:17:58 +01:00
committed by Janis
parent 7f82d2eeae
commit 358556612e

View File

@@ -87,6 +87,7 @@ function setupSocketHandlers(socket) {
} else {
console.warn('Connection died unexpectedly.');
}
location.href = "/mainmenu";
};
}