SarcophagusPatches: rotate dat gear

This commit is contained in:
JohnCorby 2022-04-08 00:16:45 -07:00
parent 0104069f46
commit 40c9a74f5d

View File

@ -17,11 +17,7 @@ public class SarcophagusPatches : QSBPatch
{
if (Remote)
{
return;
}
if (__instance._isOpen)
{
__instance.GetComponent<GearInterface>().OnPressInteract();
return;
}