Whoops, there's a good reason why we handle the packet...too bad for anyone that wants to modify it after tshock :(
This commit is contained in:
parent
6808f65d25
commit
ae34636092
1 changed files with 1 additions and 0 deletions
|
|
@ -703,6 +703,7 @@ 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