Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "squishjs", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "squish & unsquish stuff", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -150,17 +150,2 @@ const ASSET_TYPE = 1; | ||
// debug | ||
for (let k in playerMap) { | ||
for (let squished in playerMap[k]) { | ||
const unsquished = unsquish(playerMap[k][squished]); | ||
if (unsquished.node.playerIds.length > 0 && unsquished.node.playerIds.findIndex(i => Number(i) === Number(k)) < 0) { | ||
console.log(unsquished.node.playerIds); | ||
console.log(k); | ||
console.log(unsquished.node.playerIds.indexOf(k)); | ||
if (k != 254) { | ||
throw new Error('fuk'); | ||
} | ||
} | ||
} | ||
} | ||
} | ||
@@ -167,0 +152,0 @@ |
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
168735
3262