mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
some bindings
This commit is contained in:
@ -489,7 +489,7 @@ public abstract class CommandsManager<T> {
|
||||
newFlags.add(flags[i]);
|
||||
}
|
||||
|
||||
InjectedValueAccess context = new InjectedValueAccess(newArgs, valueFlags);
|
||||
CommandContext context = new CommandContext(newArgs, valueFlags);
|
||||
|
||||
if (context.argsLength() < cmd.min()) {
|
||||
throw new CommandUsageException("Too few arguments.", getUsage(args, level, cmd));
|
||||
|
Reference in New Issue
Block a user