diff --git a/Assets/Mirror/Components/InterestManagement/Match/MatchInterestManagement.cs b/Assets/Mirror/Components/InterestManagement/Match/MatchInterestManagement.cs index dce4824fc..c06a75b31 100644 --- a/Assets/Mirror/Components/InterestManagement/Match/MatchInterestManagement.cs +++ b/Assets/Mirror/Components/InterestManagement/Match/MatchInterestManagement.cs @@ -74,7 +74,6 @@ void Update() // Guid.Empty is never a valid matchId...do not add to matchObjects collection if (newMatch == Guid.Empty) continue; - // Make sure this new match is in the dictionary if (!matchObjects.ContainsKey(newMatch)) matchObjects.Add(newMatch, new HashSet());