@gaia-project/engine
Advanced tools
Comparing version 4.8.49 to 4.8.50
{ | ||
"name": "@gaia-project/engine", | ||
"version": "4.8.49", | ||
"version": "4.8.50", | ||
"description": "Javascript engine for project gaia", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -93,2 +93,6 @@ "use strict"; | ||
const offer = request.maxAllowedOffer; | ||
if (!offer) { | ||
// Hotfix, game https://www.boardgamers.space/game/GPS3-H move 5.7 w/ xenos power 6 + build m 9A7 | ||
return false; | ||
} | ||
assert_1.default(offer, `could not find max offer: ${JSON.stringify([offers, pl.settings])}`); | ||
@@ -95,0 +99,0 @@ return `${enums_1.Command.ChargePower} ${offer.offer}`; |
{ | ||
"name": "@gaia-project/engine", | ||
"version": "4.8.49", | ||
"version": "4.8.50", | ||
"description": "Javascript engine for project gaia", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -104,2 +104,6 @@ import assert from "assert"; | ||
const offer = request.maxAllowedOffer; | ||
if (!offer) { | ||
// Hotfix, game https://www.boardgamers.space/game/GPS3-H move 5.7 w/ xenos power 6 + build m 9A7 | ||
return false; | ||
} | ||
assert(offer, `could not find max offer: ${JSON.stringify([offers, pl.settings])}`); | ||
@@ -106,0 +110,0 @@ return `${Command.ChargePower} ${offer.offer}`; |
Sorry, the diff of this file is not supported yet
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
1172851
24107