From 4652b90a01dd7497e9422a79fa7f6e2bf94db0d7 Mon Sep 17 00:00:00 2001 From: White Date: Sat, 2 Jul 2016 17:11:41 +0930 Subject: [PATCH] Fixes tabbing on the Settle command registration, and the Reload command --- TShockAPI/Commands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 6c601e16..929ae6cd 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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);