mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Suggest always unless its a category
This commit is contained in:
parent
ae763ae25d
commit
c4e3c4b34f
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user