mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +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() {
|
||||
|
||||
|
||||
disconnectDoppelgangerUpdates();
|
||||
|
||||
Script.update.disconnect(updateDoppelganger);
|
||||
|
||||
doppelgangers.forEach(function(doppelganger) {
|
||||
print('DOPPELGANGER' + doppelganger.id)
|
||||
print('DELETING DOPPELGANGER' + doppelganger.id)
|
||||
Entities.deleteEntity(doppelganger.id);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue