A few bits of cleany/fixy.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4150 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-25 22:51:04 +00:00
parent 86fd2c05ae
commit 9c33f1de53
4 changed files with 46 additions and 48 deletions
@@ -325,7 +325,6 @@ public class ChatDirector extends BasicDirector
return result;
}
trace("Chatted: " + record + ", " + hist[0]);
if (record) {
// get the final history-ready command string
hist[0] = "/" + ((hist[0] == null) ? command : hist[0]);