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;