From c370142e7a6dafda3b9cbcaf53ce0fe128261fbc Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Thu, 13 Feb 2025 22:03:56 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D0=B9=20=D0=BA=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mROA/Implementation/SharedObject.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mROA/Implementation/SharedObject.cs b/mROA/Implementation/SharedObject.cs index 6366c1a..d7de458 100644 --- a/mROA/Implementation/SharedObject.cs +++ b/mROA/Implementation/SharedObject.cs @@ -68,11 +68,6 @@ public class SharedObject where T : notnull _ownerId = ro.OwnerId; _contextId = ro.Id; } - else - { - _contextId = TransmissionConfig.RealContextRepository!.GetObjectIndex(value); - _ownerId = TransmissionConfig.OwnershipRepository!.GetOwnershipId(); - } } public static implicit operator T(SharedObject value) => value.Value;