From 37cd4fdfb64167ccc487e3ddc3fdd5307e22d203 Mon Sep 17 00:00:00 2001 From: Yamato Date: Thu, 20 Mar 2025 22:20:07 +0100 Subject: [PATCH 1/2] Fix InteractingDoorEvent::CanInteract --- .../Exiled.Events/Patches/Events/Player/InteractingDoor.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs b/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs index 3e4c2230c9..1e3190645c 100644 --- a/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs +++ b/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs @@ -48,12 +48,12 @@ private static IEnumerable Transpiler(IEnumerable Date: Fri, 21 Mar 2025 11:31:38 +0100 Subject: [PATCH 2/2] Oupsy --- EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs b/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs index 1e3190645c..6080ad7a78 100644 --- a/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs +++ b/EXILED/Exiled.Events/Patches/Events/Player/InteractingDoor.cs @@ -48,7 +48,7 @@ private static IEnumerable Transpiler(IEnumerable