Skip to content

Commit c1c3a5f

Browse files
committed
fix: git did not find conflict here, remove duplicate fork method
1 parent 7b8c789 commit c1c3a5f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/function/pattern/LinearBlockPattern.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ public boolean apply(Extent extent, BlockVector3 get, BlockVector3 set) throws W
3636
return patternsArray[index].apply(extent, get, set);
3737
}
3838

39-
@Override
40-
public Filter fork() {
41-
final Pattern[] forked = Arrays.stream(this.patternsArray).map(Pattern::fork).toArray(Pattern[]::new);
42-
return new LinearBlockPattern(forked);
43-
}
44-
4539
@Override
4640
public void reset() {
4741
index = 0;

0 commit comments

Comments
 (0)