I swear I'm not going to correct all the bad grammar used throughout TShock
This commit is contained in:
parent
c803edd8a8
commit
ca3edd12d7
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue