diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-24 15:26:02 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-24 15:26:02 -0500 |
commit | 24b4fb4f8fa0392c8a44aefa734ff6d558f3583d (patch) | |
tree | bf05c1eddf096301b3ca412c00e8bc05daff879a /Plugin.cs | |
parent | e40dbee06a652d0b25adfa89896b18c61004373f (diff) | |
download | manifold-garden-archipelago-24b4fb4f8fa0392c8a44aefa734ff6d558f3583d.tar.gz manifold-garden-archipelago-24b4fb4f8fa0392c8a44aefa734ff6d558f3583d.tar.bz2 manifold-garden-archipelago-24b4fb4f8fa0392c8a44aefa734ff6d558f3583d.zip |
Minor fixes/safety stuff
Diffstat (limited to 'Plugin.cs')
-rw-r--r-- | Plugin.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Plugin.cs b/Plugin.cs index a9fb284..a770542 100644 --- a/Plugin.cs +++ b/Plugin.cs | |||
@@ -48,13 +48,4 @@ namespace ManifoldGardenArchipelago | |||
48 | } | 48 | } |
49 | } | 49 | } |
50 | 50 | ||
51 | [HarmonyPatch(typeof(ButtonLineActivator), nameof(ButtonLineActivator.OnInteract))] | ||
52 | static class ButtonLineActivatorOnInteractPatch | ||
53 | { | ||
54 | public static void Postfix(ButtonLineActivator __instance) | ||
55 | { | ||
56 | Plugin.Logger.LogInfo($"Interacted with {__instance.name} in {__instance.gameObject.scene.name}: {__instance.isButtonPressed}"); | ||
57 | } | ||
58 | } | ||
59 | |||
60 | } | 51 | } |