remove the todo since it works

This commit is contained in:
JohnCorby 2022-12-02 15:27:35 -08:00
parent 0a97b992b2
commit 3f1a194809

View File

@ -4,9 +4,6 @@ using UnityEngine;
namespace QSB;
/// <summary>
/// TODO: TEST THIS. see if things horribly break. this could be huge.
/// </summary>
[HarmonyPatch(typeof(OWExtensions))]
public class GetAttachedOWRigidbodyPatch : QSBPatch
{