dont delete the entity when spawner script shutdown

This commit is contained in:
ericrius1 2016-03-21 14:42:53 -07:00
parent b4e400f3aa
commit 7659aed97a

View file

@ -25,7 +25,7 @@
function cleanup() {
Entities.deleteEntity(soundEntity);
// Entities.deleteEntity(soundEntity);
}
Script.scriptEnding.connect(cleanup);