Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 44 bytes modified

beta.r3js.org
-=yb4f310 2018-03-23 09:24:24 +01:00
parent a4f28de1dc
commit c411fcffce
1 changed files with 1 additions and 0 deletions

View File

@ -1235,6 +1235,7 @@ GameLib.Event.Subscribe(
function(data) {
if (data.component === this.particleEnginePickle) {
this.particleEnginePickle.enabled = false;
this.particleEnginePickle.fired = false;
}
}.bind(this)
)