From a99daf429443ebfe146a9ad6dcbda2aa8a21af53 Mon Sep 17 00:00:00 2001 From: Nicu Date: Sun, 30 Jul 2023 09:16:02 +0000 Subject: [PATCH] Fixed typo in mcl_damage Fixed typo that invalidated the cached reason for damage --- mods/CORE/mcl_damage/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/CORE/mcl_damage/init.lua b/mods/CORE/mcl_damage/init.lua index 8804b8561..f6058dbaa 100644 --- a/mods/CORE/mcl_damage/init.lua +++ b/mods/CORE/mcl_damage/init.lua @@ -96,8 +96,8 @@ function mcl_damage.finish_reason(mcl_reason) end function mcl_damage.from_mt(mt_reason) - if mt_reason._mcl_chached_reason then - return mt_reason._mcl_chached_reason + if mt_reason._mcl_cached_reason then + return mt_reason._mcl_cached_reason end local mcl_reason