From 5cde52171ff3bf18d67458fb7ed1735472e7c6d9 Mon Sep 17 00:00:00 2001 From: MrGadget1024 Date: Sun, 12 Sep 2021 17:30:44 -0400 Subject: [PATCH] formatting --- .../InterestManagement/Match/MatchInterestManagement.cs | 1 - 1 file changed, 1 deletion(-) 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());