Re-allow chat suffixes to chain commands (accidentally added wrong thing to the array)
This commit is contained in:
parent
e059e724d8
commit
21a375ea9a
@ -44,7 +44,7 @@ public class ChatExtraCommand extends CommandBase<Chat>
|
||||
|
||||
_extra = extra;
|
||||
|
||||
CommandCenter.ALLOW_SPAM_IF_LAST.add(_extra);
|
||||
CommandCenter.ALLOW_SPAM_IF_LAST.addAll(Arrays.asList(aliases));
|
||||
}
|
||||
|
||||
public ChatExtraCommand(Chat plugin, String extra, String... aliases)
|
||||
|
Loading…
Reference in New Issue
Block a user