mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-11 14:23:10 +01:00
Rename removeMap to unmap
This commit is contained in:
parent
81e2072bc5
commit
27bdbe7275
@ -181,7 +181,7 @@ public class EventNode<T extends Event> {
|
||||
return this;
|
||||
}
|
||||
|
||||
public EventNode<T> removeMap(@NotNull Object value) {
|
||||
public EventNode<T> unmap(@NotNull Object value) {
|
||||
this.redirectionMap.remove(value);
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user