Merge pull request #3798 from ZacSharp/patch-12
Fix canWalkThrough caching
This commit is contained in:
commit
21bc830143
@ -52,7 +52,7 @@ public class PrecomputedData {
|
||||
if (canWalkThroughState == YES) {
|
||||
blockData |= CAN_WALK_THROUGH_MASK;
|
||||
}
|
||||
if (canWalkOnState == MAYBE) {
|
||||
if (canWalkThroughState == MAYBE) {
|
||||
blockData |= CAN_WALK_THROUGH_SPECIAL_MASK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user