Fix Chat over head.
Copy pasta fix in /group (CS #Regions)
This commit is contained in:
parent
1acbb21125
commit
acdaa2eb05
2 changed files with 11 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue