mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
dont delete the entity when spawner script shutdown
This commit is contained in:
parent
b4e400f3aa
commit
7659aed97a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
function cleanup() {
|
||||
Entities.deleteEntity(soundEntity);
|
||||
// Entities.deleteEntity(soundEntity);
|
||||
}
|
||||
|
||||
Script.scriptEnding.connect(cleanup);
|
Loading…
Reference in a new issue