Fixes tabbing on the Settle command registration, and the Reload command

This commit is contained in:
White 2016-07-02 17:11:41 +09:30
parent ed78313994
commit 4652b90a01

View file

@ -517,7 +517,7 @@ namespace TShockAPI
AllowServer = false, AllowServer = false,
HelpText = "Sets the dungeon's position to your location." 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." 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."); 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); TShock.Utils.Reload(args.Player);