Registered SilentJoinCommand

This commit is contained in:
2022-05-30 19:19:41 +02:00
parent 8c3d03383d
commit 679602c1f7
2 changed files with 2 additions and 5 deletions
@@ -92,10 +92,6 @@ public class SilentJoinCommand {
}
private void sendHelpMessage(CommandSource commandSource) {
}
private void sendAdminHelpMessage(CommandSource commandSource) {
commandSource.sendMessage(Utility.parseMiniMessage("<red>Use: <gold>/silentjoin <server></gold>.</red>"));
}
}