forked from GeyserMC/Geyser
Merge pull request #381 from rtm516/patch-2
Removed descriptions from commands
This commit is contained in:
commit
f6aebdd717
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class JavaServerDeclareCommandsTranslator extends PacketTranslator<Server
|
|||
CommandParamData[][] params = getParams(commandID, packet.getNodes()[commandID], packet.getNodes());
|
||||
|
||||
// Build the completed command and add it to the final list
|
||||
CommandData data = new CommandData(commandName, "A Java server command", flags, (byte) 0, aliases, params);
|
||||
CommandData data = new CommandData(commandName, "", flags, (byte) 0, aliases, params);
|
||||
commandData.add(data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue