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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user