diff --git a/src/as/com/threerings/crowd/data/Place.as b/src/as/com/threerings/crowd/data/Place.as index d326f5627..dd6f8f821 100644 --- a/src/as/com/threerings/crowd/data/Place.as +++ b/src/as/com/threerings/crowd/data/Place.as @@ -44,7 +44,7 @@ public class Place extends SimpleStreamableObject } // from Object - override public function hashCode () :int + public function hashCode () :int { return placeOid; }