From 3f1a1948095a9789f2c685faa9a301ad26f7e79a Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Fri, 2 Dec 2022 15:27:35 -0800 Subject: [PATCH] remove the todo since it works --- QSB/GetAttachedOWRigidbodyPatch.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/QSB/GetAttachedOWRigidbodyPatch.cs b/QSB/GetAttachedOWRigidbodyPatch.cs index 7ee82ab1..2d045faa 100644 --- a/QSB/GetAttachedOWRigidbodyPatch.cs +++ b/QSB/GetAttachedOWRigidbodyPatch.cs @@ -4,9 +4,6 @@ using UnityEngine; namespace QSB; -/// -/// TODO: TEST THIS. see if things horribly break. this could be huge. -/// [HarmonyPatch(typeof(OWExtensions))] public class GetAttachedOWRigidbodyPatch : QSBPatch {