Added a Cloneable interface, fixed up a few bits.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4148 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -325,6 +325,7 @@ 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]);
|
||||
|
||||
Reference in New Issue
Block a user