From ca3edd12d7add768ee94e2dd025f5b782337d850 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 29 May 2012 20:12:20 -0600 Subject: [PATCH] I swear I'm not going to correct all the bad grammar used throughout TShock --- TShockAPI/Commands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index ec2783d7..2738af60 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1398,13 +1398,13 @@ namespace TShockAPI if (!TShock.Config.DisableHardmode) WorldGen.StartHardmode(); else - args.Player.SendMessage("Hardmode is disabled via config", Color.Red); + args.Player.SendMessage("Hardmode is disabled via config.", Color.Red); } private static void DisableHardMode(CommandArgs args) { Main.hardMode = false; - args.Player.SendMessage("Hardmode is now disabled", Color.Green); + args.Player.SendMessage("Hardmode is now disabled.", Color.Green); } private static void ConvertCorruption(CommandArgs args)