From 395225ec2896adaa734aeaee21d7f1c367a6d26f Mon Sep 17 00:00:00 2001 From: Graham Cantin Date: Wed, 20 Jul 2011 05:28:28 -0700 Subject: [PATCH] Failed message in red for fail, not green for awesome --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 98f69b23..8c7f2d3b 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -386,7 +386,7 @@ namespace TShockAPI } else { - args.Player.SendMessage("Account " + user.Name + " has already been registered.", Color.Red); + args.Player.SendMessage("Account " + user.Name + " has already been registered.", Color.Green); Log.ConsoleInfo(args.Player.Name + " failed to register an existing Account: " + user.Name); }