mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
clear -> cleanup typo
This commit is contained in:
parent
3ceac7d071
commit
9397108b3b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Script.update.connect(function() {
|
|||
|
||||
AvatarList.avatarRemovedEvent.connect(function(avatarSessionUUID) {
|
||||
if (avatarSessionUUID in beacons) {
|
||||
beacons[avatarSessionUUID].clear();
|
||||
beacons[avatarSessionUUID].cleanup();
|
||||
delete beacons[avatarSessionUUID];
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue