From 2a492e80ba63f67cbbd72f4456aac8e84c28d6af Mon Sep 17 00:00:00 2001 From: Jason Greer Date: Sat, 31 Jul 2010 13:06:24 -0700 Subject: [PATCH] I did not like my formatting on that comment --- tullaCC/cc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tullaCC/cc.lua b/tullaCC/cc.lua index bbf1b7b..019e1b5 100644 --- a/tullaCC/cc.lua +++ b/tullaCC/cc.lua @@ -116,8 +116,8 @@ local function Timer_Create(cd) end --hook the SetCooldown method of all cooldown frames ---ActionButton1Cooldown is used here ---since its likely to always exist and I'd rather not create my own cooldown frame to preserve a tiny bit of memory +--ActionButton1Cooldown is used here since its likely to always exist +--and I'd rather not create my own cooldown frame to preserve a tiny bit of memory hooksecurefunc(getmetatable(ActionButton1Cooldown).__index, 'SetCooldown', function(cd, start, duration) --start timer if start > 0 and duration > MIN_DURATION then -- 1.7.9.5