diff --git a/lib/data_objects/tetrio.dart b/lib/data_objects/tetrio.dart index ae5e0ee..f8c5104 100644 --- a/lib/data_objects/tetrio.dart +++ b/lib/data_objects/tetrio.dart @@ -750,7 +750,7 @@ class TetraLeagueAlphaRecord{ } @override - bool operator ==(covariant TetraLeagueAlphaRecord other) => ownId == other.ownId; + bool operator ==(covariant TetraLeagueAlphaRecord other) => (ownId == other.ownId) || (replayId == other.replayId); @override String toString() {