From 7b5e8e15d5669f8732dc89f99c69b1f2eebfacf6 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Mon, 15 Jul 2024 10:59:15 +0200 Subject: [PATCH] Added failsafe for iMeds compat --- media/lua/client/TOC/Compat.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media/lua/client/TOC/Compat.lua b/media/lua/client/TOC/Compat.lua index fd99938..45486e7 100644 --- a/media/lua/client/TOC/Compat.lua +++ b/media/lua/client/TOC/Compat.lua @@ -28,7 +28,8 @@ end function Compat.iMeds() - + require("Component/Interface/Service/ContextMenu/Menu/HealthPanel/HealthPanelMenuInitializer") + -- placeholder, in case we need to do something more drastic with it. end