diff --git a/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js b/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js index 541eb05baf..633870d985 100644 --- a/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js +++ b/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js @@ -25,7 +25,7 @@ function cleanup() { - Entities.deleteEntity(soundEntity); + // Entities.deleteEntity(soundEntity); } Script.scriptEnding.connect(cleanup); \ No newline at end of file