mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-22 08:02:31 +01:00
Update Arguments.java
This commit is contained in:
parent
1ad1f06e33
commit
2c45103b2c
@ -49,7 +49,7 @@ public final class Arguments {
|
||||
});
|
||||
}
|
||||
|
||||
public boolean has(@NotNull Argument<T> argument) {
|
||||
public boolean has(@NotNull Argument<?> argument) {
|
||||
return args.containsKey(argument.getId());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user