mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-23 19:16:14 +01:00
Pretty simple, it's deleting the argument twice. Which means you have to use `/packet add add <remaining>`
This commit is contained in:
parent
7217b11ba7
commit
edce5b6d0f
@ -446,7 +446,7 @@ class CommandPacket extends CommandBase {
|
||||
{
|
||||
final String text = arguments.remove().toLowerCase();
|
||||
|
||||
switch (arguments.remove().toLowerCase()) {
|
||||
switch (text) {
|
||||
case "add":
|
||||
return SubCommand.ADD;
|
||||
case "remove":
|
||||
|
Loading…
Reference in New Issue
Block a user