From 5f7eed65e8a7d83c8322eb4589ffdb6a02ea8e30 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:24:38 -0500 Subject: [PATCH] [OriginShift] other shit --- OriginShift/Patches.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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))]