blackjack-engine
Advanced tools
Comparing version 0.0.5 to 0.1.0
{ | ||
"name": "blackjack-engine", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "NodeJs, multi-player, blackjack engine", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -524,3 +524,3 @@ import * as TYPES from './constants' | ||
} | ||
if (!gotNextPlayer) { | ||
if (!gotNextPlayer || playerId === players.length) { | ||
return { name: 'STAGE_SHOWDOWN' } | ||
@@ -527,0 +527,0 @@ } else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93062