From 83077a115dee01c7c212988e2480262418f16841 Mon Sep 17 00:00:00 2001 From: Pao Date: Sun, 5 Feb 2023 03:37:43 +0100 Subject: [PATCH] removed an old todo --- media/lua/client/TOC_OverridenFunctions.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/media/lua/client/TOC_OverridenFunctions.lua b/media/lua/client/TOC_OverridenFunctions.lua index 34b92be..c16b34b 100644 --- a/media/lua/client/TOC_OverridenFunctions.lua +++ b/media/lua/client/TOC_OverridenFunctions.lua @@ -17,11 +17,8 @@ function ISBaseTimedAction:adjustMaxTime(maxTime) -- MOD SUPPORT ACTIONS ---------------------- -- LIR - if TOC_ModTable.LeftIsRight then - if mod_data.LIR.is_attacking then - -- TODO we need to check if we're doing that specific action return original_max_time end end