mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
Actually fix the bug
This commit is contained in:
parent
8044b33d65
commit
cccc241553
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ function loadSimplifiedTopBar() {
|
||||||
|
|
||||||
|
|
||||||
var pausedScriptList = [];
|
var pausedScriptList = [];
|
||||||
var SCRIPT_NAME_WHITELIST = ["simplifiedUI.js", "statusIndicator.js"];
|
var SCRIPT_NAME_WHITELIST = ["simplifiedUI.js", "defaultScripts.js", "controllerScripts.js"];
|
||||||
function pauseCurrentScripts() {
|
function pauseCurrentScripts() {
|
||||||
var currentlyRunningScripts = ScriptDiscoveryService.getRunning();
|
var currentlyRunningScripts = ScriptDiscoveryService.getRunning();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue