fix: FRO-6 Websocket Close Handle

This commit is contained in:
2025-12-01 21:16:26 +01:00
parent 7f82d2eeae
commit 1490940411

View File

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