near-trigger works?

This commit is contained in:
Seth Alves 2017-08-15 14:50:39 -07:00
parent 3b61e8518f
commit 03977334a0

View file

@ -95,7 +95,7 @@ Script.include("/~/system/controllers/controllerDispatcherUtils.js");
this.cleanup = function () {
if (this.targetEntityID) {
this.endNearParentingGrabEntity();
this.endNearTrigger();
}
};
}