mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fixing crash
This commit is contained in:
parent
e8da66514c
commit
cabe3819a3
1 changed files with 1 additions and 2 deletions
|
@ -367,8 +367,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
|||
if (PROFILE) {
|
||||
Script.endProfileRange("dispatch.run");
|
||||
}
|
||||
|
||||
Script.setTimeOut(_this.update(), 60);
|
||||
Script.setTimeout(_this.update, 60);
|
||||
};
|
||||
|
||||
this.setBlacklist = function() {
|
||||
|
|
Loading…
Reference in a new issue