blackjack-engine
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "blackjack-engine", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "NodeJs, multi-player, blackjack engine", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -518,6 +518,7 @@ import * as TYPES from './constants' | ||
break | ||
} else { | ||
playerId++ | ||
} | ||
} | ||
if(!gotNextPlayer) { | ||
playerId++ | ||
} | ||
} | ||
@@ -524,0 +525,0 @@ if (!gotNextPlayer) { |
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
93031
1407