Skip to content

Commit f7f7853

Browse files
authored
adding text to cover for the "bug" that no command was showing
1 parent 1baca8c commit f7f7853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/crazyg/everything/commands/EverythingCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
8080
Everything.sendFancy(sender, cmdComponent);
8181
}
8282
} else {
83-
Everything.sendFancy(sender, Component.text("No commands found for this plugin.").color(NamedTextColor.RED));
83+
Everything.sendFancy(sender, Component.text("No commands found for this plugin, you may need to update.").color(NamedTextColor.RED));
8484
}
8585
return true;
8686
}

0 commit comments

Comments
 (0)