Did away with hackery where some chat types were initializing their own client info.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4750 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-07-10 03:04:35 +00:00
parent fd9a50fd55
commit 1867645802
4 changed files with 44 additions and 36 deletions
@@ -34,7 +34,6 @@ public class TellFeedbackMessage extends UserMessage
public TellFeedbackMessage (Name target, String message, boolean failure)
{
super(target, null, message, ChatCodes.DEFAULT_MODE);
setClientInfo(message, ChatCodes.PLACE_CHAT_TYPE);
_failure = failure;
}