From a51d7c73cdc48d62323207751fa5306bfe0a09b7 Mon Sep 17 00:00:00 2001 From: Edmand46 Date: Sun, 28 Aug 2022 11:46:30 +0400 Subject: [PATCH] fixed: mistype --- Ragon/Sources/Authorization/AuthorizationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);