Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #103 from NorthernOceanS/dzx-dzx/issue83
Browse files Browse the repository at this point in the history
Correct the way of accessing property in `setBlockDirection`.
  • Loading branch information
callstackexceed committed Jul 28, 2021
2 parents 5129b55 + bb0ffc8 commit f449c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packs/behaviors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": [
0,
13,
15
16
]
},
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion packs/behaviors/scripts/plugin/nc/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ let utils = {
else
return blockDirectionTable[directionRelatedBlockStateKey][blockType.blockIdentifier];
}());
blockType.blockState.directionRelatedBlockStateKey = directionMap[directionMark];
blockType.blockState[directionRelatedBlockStateKey] = directionMap[directionMark];
return blockType;
},

Expand Down

0 comments on commit f449c41

Please sign in to comment.