1
0
Fork 0

Merge pull request #583 from Fscked-In-The-Head/patch-1

Spelling
master
Gordon Williams 2020-10-23 08:16:10 +01:00 committed by GitHub
commit 6f2dd10b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ function hitMe() {
if(playerWeight == 21) if(playerWeight == 21)
EndGameMessdage('WINNER'); EndGameMessdage('WINNER');
else if(playerWeight > 21) else if(playerWeight > 21)
EndGameMessdage('LOOSER'); EndGameMessdage('LOSER');
} }
function calcWeight(hand, hideCard) { function calcWeight(hand, hideCard) {