Fix Chat over head.

Copy pasta fix in /group (CS #Regions)
This commit is contained in:
Zack Piispanen 2013-10-11 00:16:19 -04:00
parent 1acbb21125
commit acdaa2eb05
2 changed files with 11 additions and 7 deletions

View file

@ -2299,7 +2299,7 @@ namespace TShockAPI
#endregion
return;
case "prefix":
#region Suffix
#region Prefix
{
if (args.Parameters.Count < 2)
{
@ -2344,7 +2344,7 @@ namespace TShockAPI
#endregion
return;
case "color":
#region Suffix
#region Color
{
if (args.Parameters.Count < 2 || args.Parameters.Count > 3)
{