This commit is contained in:
Seth Alves 2017-12-12 12:59:35 -08:00
parent dba05ae8e2
commit 3a00d31c15

View file

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