diff --git a/Ragon/Sources/Authorization/AuthorizationManager.cs b/Ragon/Sources/Authorization/AuthorizationManager.cs index baf5ac5..f215b2a 100644 --- a/Ragon/Sources/Authorization/AuthorizationManager.cs +++ b/Ragon/Sources/Authorization/AuthorizationManager.cs @@ -48,7 +48,7 @@ public class AuthorizationManager : IAuthorizationManager PeerId = peerId, IsLoaded = false, Entities = new List(), - EntitiesIds = new List(), + EntitiesIds = new List(), }; _playersByIds.Add(playerId, player);