mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 04:47:39 +02: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) {
|
if (PROFILE) {
|
||||||
Script.endProfileRange("dispatch.run");
|
Script.endProfileRange("dispatch.run");
|
||||||
}
|
}
|
||||||
|
Script.setTimeout(_this.update, 60);
|
||||||
Script.setTimeOut(_this.update(), 60);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setBlacklist = function() {
|
this.setBlacklist = function() {
|
||||||
|
|
Loading…
Reference in a new issue