From ae346360925bccb9563d259159970f18a86acfe3 Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Mon, 23 Jan 2012 02:03:19 -0500 Subject: [PATCH] Whoops, there's a good reason why we handle the packet...too bad for anyone that wants to modify it after tshock :( --- TShockAPI/TShock.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index d7015c44..2c024cab 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -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) {