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