Skip to content

Fix the offset masks no longer allowing same-block changes#1656

Merged
me4502 merged 1 commit intomasterfrom
fix/offset-mask-single
Jan 31, 2021
Merged

Fix the offset masks no longer allowing same-block changes#1656
me4502 merged 1 commit intomasterfrom
fix/offset-mask-single

Conversation

@me4502
Copy link
Copy Markdown
Member

@me4502 me4502 commented Jan 29, 2021

A regression occurred where >block would not replace blocks of the same type. This fixes it.

Fixes #1625

@me4502 me4502 requested a review from a team January 29, 2021 09:27
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 29, 2021

Codecov Report

Merging #1656 (f35946d) into master (5aa81ff) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1656   +/-   ##
=========================================
  Coverage     11.80%   11.80%           
  Complexity     1055     1055           
=========================================
  Files           801      801           
  Lines         32704    32703    -1     
  Branches       3801     3801           
=========================================
  Hits           3860     3860           
+ Misses        28655    28654    -1     
  Partials        189      189           
Impacted Files Coverage Δ Complexity Δ
...xtension/factory/parser/mask/OffsetMaskParser.java 13.33% <0.00%> (+0.83%) 1.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5aa81ff...f35946d. Read the comment docs.

@me4502 me4502 force-pushed the fix/offset-mask-single branch from d168600 to f35946d Compare January 30, 2021 10:22
@me4502 me4502 changed the base branch from version/7.2.x to master January 30, 2021 10:22
@me4502 me4502 merged commit 476342a into master Jan 31, 2021
@me4502 me4502 deleted the fix/offset-mask-single branch January 31, 2021 03:01
MattBDev pushed a commit to MattBDev/WorldEdit that referenced this pull request Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Offset masks do not recognize blocks of the same type

2 participants