We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7217b11 commit edce5b6Copy full SHA for edce5b6
src/main/java/com/comphenix/protocol/CommandPacket.java
@@ -446,7 +446,7 @@ private SubCommand parseCommand(Deque<String> arguments)
446
{
447
final String text = arguments.remove().toLowerCase();
448
449
- switch (arguments.remove().toLowerCase()) {
+ switch (text) {
450
case "add":
451
return SubCommand.ADD;
452
case "remove":
0 commit comments