mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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