Fix help text
This commit is contained in:
parent
5cbcef49e6
commit
df7a0d86e5
1 changed files with 2 additions and 2 deletions
|
|
@ -369,11 +369,11 @@ namespace TShockAPI
|
|||
});
|
||||
add(new Command(Permissions.invade, PumpkinMoon, "pumpkinmoon", "pmoon")
|
||||
{
|
||||
HelpText = "Starts a Pumpkin Moon invasion at the specified wave."
|
||||
HelpText = "Starts a Pumpkin Moon at the specified wave."
|
||||
});
|
||||
add(new Command(Permissions.invade, FrostMoon, "frostmoon", "fmoon")
|
||||
{
|
||||
HelpText = "Starts a Snow Moon invasion at the specified wave."
|
||||
HelpText = "Starts a Frost Moon at the specified wave."
|
||||
});
|
||||
#endregion
|
||||
#region TP Commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue