Update buff command HelpText
More properly explain the command functionality
This commit is contained in:
parent
68c650f4fa
commit
dacc20e9c3
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ namespace TShockAPI
|
||||||
add(new Command(Permissions.buff, Buff, "buff")
|
add(new Command(Permissions.buff, Buff, "buff")
|
||||||
{
|
{
|
||||||
AllowServer = false,
|
AllowServer = false,
|
||||||
HelpText = "Gives yourself a buff for an amount of time."
|
HelpText = "Gives yourself a buff or debuff for an amount of time. Putting -1 for time will set it to 415 days."
|
||||||
});
|
});
|
||||||
add(new Command(Permissions.clear, Clear, "clear")
|
add(new Command(Permissions.clear, Clear, "clear")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue