diff --git a/src/as/com/threerings/crowd/chat/data/ChatChannel.as b/src/as/com/threerings/crowd/chat/data/ChatChannel.as index 1e82ecfaa..514d5c070 100644 --- a/src/as/com/threerings/crowd/chat/data/ChatChannel.as +++ b/src/as/com/threerings/crowd/chat/data/ChatChannel.as @@ -42,7 +42,7 @@ public /*abstract*/ class ChatChannel extends SimpleStreamableObject // from interface Equalable public function equals (other :Object) :Boolean { - throw new Error("abstract"); + return compareTo(other) == 0; } // from interface DSet_Entry