Show parameter tooltip for command templates
This commit is contained in:
parent
4bcb4afd22
commit
9e217533fc
@ -183,6 +183,8 @@ public class Parameter<T>
|
||||
ret = mson("[" + this.getName() + def + "]");
|
||||
}
|
||||
|
||||
if (this.hasDesc()) ret = ret.tooltip(this.getDesc());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user