From 6808f65d25ea8780229f21dc9e188ae43306f033 Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Mon, 23 Jan 2012 01:42:20 -0500 Subject: [PATCH] Removed improper chat packet handling --- TShockAPI/TShock.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 2c024cab..d7015c44 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -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) {