mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
formatting
This commit is contained in:
parent
c0dba76d35
commit
5cde52171f
@ -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>());
|
||||||
|
Loading…
Reference in New Issue
Block a user