Removed improper chat packet handling
This commit is contained in:
parent
4d863a9021
commit
6808f65d25
1 changed files with 0 additions and 1 deletions
|
|
@ -703,7 +703,6 @@ namespace TShockAPI
|
||||||
Utils.Broadcast(
|
Utils.Broadcast(
|
||||||
String.Format(Config.ChatFormat, tsplr.Group.Name, tsplr.Group.Prefix, tsplr.Name, tsplr.Group.Suffix, text),
|
String.Format(Config.ChatFormat, tsplr.Group.Name, tsplr.Group.Prefix, tsplr.Name, tsplr.Group.Suffix, text),
|
||||||
tsplr.Group.R, tsplr.Group.G, tsplr.Group.B);
|
tsplr.Group.R, tsplr.Group.G, tsplr.Group.B);
|
||||||
e.Handled = true;
|
|
||||||
}
|
}
|
||||||
else if (tsplr.mute)
|
else if (tsplr.mute)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue