Aevann 2024-02-11 19:26:56 +02:00
parent d688b515f5
commit 0c7dfdc460
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ function handleBlackjackResponse(xhr) {
updateFeed(response.feed);
updatePlayerCurrencies(response.gambler);
} else {
enableWager();
console.error("Error: ", response.details);
throw new Error("Error")
}