3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 13:43:01 +02:00
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);
}