mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Fix for fogbugz:8382 to shutdown debug window on reload scripts
This commit is contained in:
parent
d276adc3a9
commit
97c255c59e
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