mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 03:13:32 +02:00
Fix for exception on script ending
This commit is contained in:
parent
c6f3eb138a
commit
03f8a310fc
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ Window.domainConnectionRefused.connect(clearLocalQMLDataAndClosePAL);
|
|||
//
|
||||
Script.scriptEnding.connect(function () {
|
||||
button.clicked.disconnect(onClicked);
|
||||
tablet.removeButton(buttonName);
|
||||
tablet.removeButton(button);
|
||||
pal.visibleChanged.disconnect(onVisibleChanged);
|
||||
pal.closed.disconnect(off);
|
||||
Users.usernameFromIDReply.disconnect(usernameFromIDReply);
|
||||
|
|
Loading…
Reference in a new issue