This commit is contained in:
2023-10-04 14:42:59 +03:00
parent 27db256902
commit 8788cb0fcf
57 changed files with 914 additions and 78 deletions
@@ -29,7 +29,7 @@ public sealed class EntityOwnershipOperation : IRagonOperation
if (!room.Players.TryGetValue(playerPeerId, out var nextOwner))
{
_logger.Error($"Player not found with id {entityId}");
_logger.Error($"Player not found with id {playerPeerId}");
return;
}