From c27d223d69cf0ab2fe7273dcc5f4e19127927664 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 18 Aug 2022 23:05:29 -0700 Subject: [PATCH] ok shut up --- QSB/WarpPadSync/Patches/WarpPadPatches.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/QSB/WarpPadSync/Patches/WarpPadPatches.cs b/QSB/WarpPadSync/Patches/WarpPadPatches.cs index d47090c8..2dc9ce41 100644 --- a/QSB/WarpPadSync/Patches/WarpPadPatches.cs +++ b/QSB/WarpPadSync/Patches/WarpPadPatches.cs @@ -11,6 +11,7 @@ public class WarpPadPatches : QSBPatch { public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect; + /* [HarmonyPrefix] [HarmonyPatch(typeof(NomaiWarpPlatform), nameof(NomaiWarpPlatform.OpenBlackHole))] private static void NomaiWarpPlatform_OpenBlackHole(NomaiWarpPlatform __instance, @@ -33,4 +34,7 @@ public class WarpPadPatches : QSBPatch } __instance.GetWorldObject().SendMessage(new OpenCloseMessage(false, __instance._linkedPlatform)); } + */ + + }