diff --git a/src/as/com/threerings/ezgame/EZGameControl.as b/src/as/com/threerings/ezgame/EZGameControl.as index 2a075aec..a3cc9ead 100644 --- a/src/as/com/threerings/ezgame/EZGameControl.as +++ b/src/as/com/threerings/ezgame/EZGameControl.as @@ -103,7 +103,7 @@ import flash.display.DisplayObject; /** * Dispatched when a user chats. * - * @eventType com.whirled.UserChatEvent.TYPE + * @eventType com.threerings.ezgame.UserChatEvent.TYPE */ [Event(name="UserChat", type="com.threerings.ezgame.UserChatEvent")]