mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 23:16:50 +02:00
hifi
This commit is contained in:
parent
adc0637001
commit
fa9f988719
1 changed files with 2 additions and 4 deletions
|
@ -692,12 +692,10 @@
|
||||||
|
|
||||||
function cleanup() {
|
function cleanup() {
|
||||||
|
|
||||||
|
Script.update.disconnect(updateDoppelganger);
|
||||||
disconnectDoppelgangerUpdates();
|
|
||||||
|
|
||||||
|
|
||||||
doppelgangers.forEach(function(doppelganger) {
|
doppelgangers.forEach(function(doppelganger) {
|
||||||
print('DOPPELGANGER' + doppelganger.id)
|
print('DELETING DOPPELGANGER' + doppelganger.id)
|
||||||
Entities.deleteEntity(doppelganger.id);
|
Entities.deleteEntity(doppelganger.id);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue