This commit is contained in:
RandyJC
2025-12-08 23:19:07 +01:00
parent 113950cc6f
commit 8890808751

View File

@@ -28,11 +28,6 @@ const Game = () => {
}
})
useEvent("disconnect", () => {
// Force reconnection attempt and re-emit player reconnect once socket is back
socket?.connect()
})
useEvent(
"player:successReconnect",
({ gameId, status, player, currentQuestion }) => {