The quick fix: It was never intended that there'd be two goddamn

ChatDirectors in a client.

The slow fix: Maybe I can fix _that_.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5702 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-03-27 22:46:11 +00:00
parent bc6929d239
commit ab8406806e
@@ -1068,10 +1068,10 @@ public class ChatDirector extends BasicDirector
protected var _chatterObservers :ObserverList = new ObserverList();
/** Registered chat command handlers. */
protected static const _handlers :HashMap = new HashMap();
protected const _handlers :HashMap = new HashMap();
/** A history of chat commands. */
protected static const _history :Array = new Array();
protected const _history :Array = new Array();
/** The maximum number of chatter usernames to track. */
protected static const MAX_CHATTERS :int = 6;