diff --git a/OriginShift/Patches.cs b/OriginShift/Patches.cs index 150f2b6..7e1c7e8 100644 --- a/OriginShift/Patches.cs +++ b/OriginShift/Patches.cs @@ -216,12 +216,12 @@ internal static class CVRSyncHelperPatches internal static class CVRObjectSyncPatches { - [HarmonyPostfix] - [HarmonyPatch(typeof(CVRObjectSync), nameof(CVRObjectSync.Start))] - private static void Postfix_CVRObjectSync_Start(ref CVRObjectSync __instance) - { - __instance.gameObject.AddComponentIfMissing(); - } + // [HarmonyPostfix] + // [HarmonyPatch(typeof(CVRObjectSync), nameof(CVRObjectSync.Start))] + // private static void Postfix_CVRObjectSync_Start(ref CVRObjectSync __instance) + // { + // __instance.gameObject.AddComponentIfMissing(); // todo: investigate if this is needed + // } [HarmonyPrefix] // inbound object sync [HarmonyPatch(typeof(CVRObjectSync), nameof(CVRObjectSync.receiveNetworkData))]