formatting

This commit is contained in:
MrGadget1024 2021-09-12 17:30:44 -04:00
parent c0dba76d35
commit 5cde52171f

View File

@ -74,7 +74,6 @@ void Update()
// Guid.Empty is never a valid matchId...do not add to matchObjects collection // Guid.Empty is never a valid matchId...do not add to matchObjects collection
if (newMatch == Guid.Empty) continue; if (newMatch == Guid.Empty) continue;
// Make sure this new match is in the dictionary // Make sure this new match is in the dictionary
if (!matchObjects.ContainsKey(newMatch)) if (!matchObjects.ContainsKey(newMatch))
matchObjects.Add(newMatch, new HashSet<NetworkIdentity>()); matchObjects.Add(newMatch, new HashSet<NetworkIdentity>());