mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
Merge pull request #11603 from MiladNazeri/fogBugz/8382
Fix for fogbugz:8382 to shutdown debug window on reload scripts
This commit is contained in:
commit
648ae731da
1 changed files with 4 additions and 0 deletions
|
@ -53,4 +53,8 @@ ScriptDiscoveryService.clearDebugWindow.connect(function() {
|
|||
window.clearDebugWindow();
|
||||
});
|
||||
|
||||
Script.scriptEnding.connect(function () {
|
||||
window.close();
|
||||
})
|
||||
|
||||
}());
|
||||
|
|
Loading…
Reference in a new issue