This commit is contained in:
Seth Alves 2017-12-12 12:59:35 -08:00
parent 77b102669e
commit 9863458fef

View file

@ -155,7 +155,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
this.update = function () {
try {
this.updateInternal();
_this.updateInternal();
} catch (e) {
print(e);
}