Handle chat messages so that they don't display twice.

This commit is contained in:
Deathmax 2011-07-31 21:48:18 +08:00
parent 247d96e1c3
commit ee58ccb496

View file

@ -496,7 +496,8 @@ namespace TShockAPI
Tools.Broadcast("<" + tsplr.Name + "> " + text,
tsplr.Group.R, tsplr.Group.G,
tsplr.Group.B);
Log.Info(string.Format("{0} said: {1}", tsplr.Name, text));
//Log.Info(string.Format("{0} said: {1}", tsplr.Name, text));
e.Handled = true;
}
}