From ea6ccaf455357e8846009bc64f1da416ec8da5b5 Mon Sep 17 00:00:00 2001 From: Scott King Date: Tue, 30 Jun 2015 16:38:04 -0600 Subject: [PATCH] Message delay code. Untested. Potentially this will break the addon ;) --- PortraitHealth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PortraitHealth.lua b/PortraitHealth.lua index 50f966e..db9456d 100755 --- a/PortraitHealth.lua +++ b/PortraitHealth.lua @@ -57,7 +57,7 @@ function PH_OnLoad() SLASH_PH1 = "/ph"; -- Associate /ph with the slash command list entry for PORTRAITHEALTH end --- welcome message +-- new welcome message. attempts to delay the message so it's not lost in the shuffle. local function onUpdate(self,elapsed) total = total + elapsed if total >= 2 then -- 1.7.9.5