This commit is contained in:
ShakeFlower 2025-03-08 15:07:35 +08:00
parent 912450470d
commit 2960426044
3 changed files with 3 additions and 3 deletions

View File

@ -1122,7 +1122,7 @@ control.prototype._moveDirectyFollowers = function (x, y) {
}
////// 获取某层的阻激夹域信息 //////
control.prototype.getCheckBlock = function (floorId){
control.prototype.getCheckBlock = function (floorId) {
return this.controldata.getCheckBlock(floorId);
}

View File

@ -2510,7 +2510,7 @@ maps.prototype.setBlockConnectivity = function (num, statusName, statusValue) {
mapBlockObjs = core.status.mapBlockObjs,
blocksInfo = core.maps.blocksInfo,
number2Block = core.status.number2Block;
core.maps.blocksInfo = core.clone(maps_90f36752_8815_4be8_b32b_d7fad1d0542e);
core.maps.blocksInfo = core.clone(maps_90f36752_8815_4be8_b32b_d7fad1d0542e);
if (statusName === 'noPass') {
floorIds.forEach((floorId) => {
if (maps.hasOwnProperty(floorId)) {