We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65584c7 commit df823f2Copy full SHA for df823f2
src/main/java/org/spongepowered/api/event/lifecycle/RegisterTagEvent.java
@@ -53,7 +53,7 @@ public interface RegisterTagEvent extends LifecycleEvent {
53
interface TagStep<T> {
54
55
default TagStep<T> delete() {
56
- return this.filter($ -> false);
+ return this.filter(k -> false);
57
}
58
59
TagStep<T> filter(Predicate<DefaultedRegistryReference<T>> predicate);
0 commit comments