Removed improper chat packet handling

This commit is contained in:
Zack Piispanen 2012-01-23 01:42:20 -05:00
parent 4d863a9021
commit 6808f65d25

View file

@ -703,7 +703,6 @@ 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)
{