diff --git a/src/as/com/threerings/crowd/chat/data/ChatCodes.as b/src/as/com/threerings/crowd/chat/data/ChatCodes.as index 7294d39c9..09dec102b 100644 --- a/src/as/com/threerings/crowd/chat/data/ChatCodes.as +++ b/src/as/com/threerings/crowd/chat/data/ChatCodes.as @@ -33,6 +33,10 @@ import com.threerings.crowd.chat.client.SpeakService; */ public class ChatCodes extends InvocationCodes { + // TODO: Fucking hell, this sucks balls. It'd be nice if we didn't + // have to do this, I tried making SUCCESS prototype const in InvCodes.... + public static const SUCCESS :String = InvocationCodes.SUCCESS; + /** The message identifier for a chat notification message. */ public static const CHAT_NOTIFICATION :String = "chat";