Changed the colors a bit

I'm aware that there's the top half of the file to do :/
This commit is contained in:
Lucas Nicodemus 2012-05-30 03:13:04 -06:00
parent 7f558c395a
commit a1dbd06f8a
2 changed files with 4 additions and 4 deletions

View file

@ -409,7 +409,7 @@ namespace TShockAPI
public virtual void SendInfoMessage(string msg)
{
SendMessage(msg, Color.Indigo);
SendMessage(msg, Color.Yellow);
}
public virtual void SendSuccessMessage(string msg)
@ -419,7 +419,7 @@ namespace TShockAPI
public virtual void SendWarningMessage(string msg)
{
SendMessage(msg, Color.Yellow);
SendMessage(msg, Color.OrangeRed);
}
public virtual void SendErrorMessage(string msg)