mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 13:23:06 +02:00
dont delete wand at cleanup from createWand.js
This commit is contained in:
parent
d79c1bec95
commit
bf22d5a942
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ var flashlight = Entities.addEntity({
|
|||
|
||||
|
||||
function cleanup() {
|
||||
Entities.deleteEntity(flashlight);
|
||||
//commenting out the line below makes this persistent. to delete at cleanup, uncomment
|
||||
//Entities.deleteEntity(flashlight);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue