Skip to content

Commit

Permalink
Merge branch 'dev4' of https://github.com/Col-E/Recaf into dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed May 4, 2024
2 parents b5d3da1 + 2d58484 commit 3be2987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public boolean addJvmBytecodeFilter(@Nonnull JvmBytecodeFilter filter) {

@Override
public boolean removeJvmBytecodeFilter(@Nonnull JvmBytecodeFilter filter) {
return bytecodeFilters.add(filter);
return bytecodeFilters.remove(filter);
}

@Nonnull
Expand Down

0 comments on commit 3be2987

Please sign in to comment.