Comparing version 4.0.8 to 4.0.9
@@ -104,2 +104,5 @@ 'use strict'; | ||
value: function getEntityComponent(hash, component) { | ||
if (!hash) { | ||
return undefined; | ||
} | ||
var entityComponents = this.getEntityState(hash); | ||
@@ -106,0 +109,0 @@ return entityComponents.get(component).get('state'); |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "A specialized entity component system", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
93499
2347