mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Merge pull request #1086 from Armored-Dragon/fix/ControllerScripts-uncaught-exception
Fix controllerScripts uncaught exception.
This commit is contained in:
commit
54e993f220
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function runDefaultsTogether() {
|
|||
function runDefaultsSeparately() {
|
||||
for (var i in CONTOLLER_SCRIPTS) {
|
||||
if (CONTOLLER_SCRIPTS.hasOwnProperty(i)) {
|
||||
print("loading " + CONTOLLER_SCRIPTS[j]);
|
||||
print("loading " + CONTOLLER_SCRIPTS[i]);
|
||||
Script.load(CONTOLLER_SCRIPTS[i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue