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:
Zack Piispanen 2012-01-23 02:03:19 -05:00
parent 6808f65d25
commit ae34636092

View file

@ -703,6 +703,7 @@ namespace TShockAPI
Utils.Broadcast(
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);
e.Handled = true;
}
else if (tsplr.mute)
{