mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50: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
|
||||
if (newMatch == Guid.Empty) continue;
|
||||
|
||||
|
||||
// Make sure this new match is in the dictionary
|
||||
if (!matchObjects.ContainsKey(newMatch))
|
||||
matchObjects.Add(newMatch, new HashSet<NetworkIdentity>());
|
||||
|
Loading…
Reference in New Issue
Block a user