From 867b1b6983409177b6c18acff1736f7c9cfa4872 Mon Sep 17 00:00:00 2001 From: Joker Date: Mon, 2 Oct 2023 23:39:27 -0700 Subject: [PATCH] Fix for player being null (skipping this null check causes Npc.Destroy() to throw exceptions) --- Exiled.Events/Patches/Fixes/HurtingFix.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Exiled.Events/Patches/Fixes/HurtingFix.cs b/Exiled.Events/Patches/Fixes/HurtingFix.cs index 746ac3bb45..7d6ee3893e 100644 --- a/Exiled.Events/Patches/Fixes/HurtingFix.cs +++ b/Exiled.Events/Patches/Fixes/HurtingFix.cs @@ -50,6 +50,10 @@ private static IEnumerable Transpiler(IEnumerable