mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-22 16:09:16 +00:00
Suggest always unless its a category
This commit is contained in:
@@ -490,8 +490,8 @@ public class VolmitSender implements CommandSender {
|
|||||||
String onClick;
|
String onClick;
|
||||||
if (i.isNode()) {
|
if (i.isNode()) {
|
||||||
if (i.getNode().getParameters().isEmpty()) {
|
if (i.getNode().getParameters().isEmpty()) {
|
||||||
usage += "There are no parameters. Click to run.";
|
usage += "There are no parameters. Click to type command.";
|
||||||
onClick = "run_command";
|
onClick = "suggest_command";
|
||||||
} else {
|
} else {
|
||||||
usage += "Hover over all of the parameters to learn more.";
|
usage += "Hover over all of the parameters to learn more.";
|
||||||
onClick = "suggest_command";
|
onClick = "suggest_command";
|
||||||
|
|||||||
Reference in New Issue
Block a user