Fixes tabbing on the Settle command registration, and the Reload command
This commit is contained in:
parent
ed78313994
commit
4652b90a01
1 changed files with 2 additions and 2 deletions
|
|
@ -517,7 +517,7 @@ namespace TShockAPI
|
|||
AllowServer = false,
|
||||
HelpText = "Sets the dungeon's position to your location."
|
||||
});
|
||||
add(new Command(Permissions.worldsettle, Settle, "settle")
|
||||
add(new Command(Permissions.worldsettle, Settle, "settle")
|
||||
{
|
||||
HelpText = "Forces all liquids to update immediately."
|
||||
});
|
||||
|
|
@ -3625,7 +3625,7 @@ namespace TShockAPI
|
|||
args.Player.SendSuccessMessage("The dungeon's position has now been set at your location.");
|
||||
}
|
||||
|
||||
private static void Reload(CommandArgs args)
|
||||
private static void Reload(CommandArgs args)
|
||||
{
|
||||
TShock.Utils.Reload(args.Player);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue