Fix
This commit is contained in:
parent
064ebfb69d
commit
7d3130deba
@ -351,7 +351,7 @@ events.prototype.trigger = function (x, y, callback) {
|
|||||||
|
|
||||||
// 转换楼层能否穿透
|
// 转换楼层能否穿透
|
||||||
if (trigger == 'changeFloor' && !noPass && this._trigger_ignoreChangeFloor(block))
|
if (trigger == 'changeFloor' && !noPass && this._trigger_ignoreChangeFloor(block))
|
||||||
return;
|
return _executeCallback();
|
||||||
core.status.automaticRoute.moveDirectly = false;
|
core.status.automaticRoute.moveDirectly = false;
|
||||||
this.doSystemEvent(trigger, block);
|
this.doSystemEvent(trigger, block);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user