From cf3102b46a0c1348d6af0b399e63c69fe5b170a0 Mon Sep 17 00:00:00 2001 From: Tercio Date: Thu, 27 Oct 2016 16:09:23 -0200 Subject: [PATCH] - fix for the auto hide slash. --- functions/slash.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/slash.lua b/functions/slash.lua index 6d96dd1d..bd5cf39b 100644 --- a/functions/slash.lua +++ b/functions/slash.lua @@ -56,6 +56,7 @@ function SlashCmdList.DETAILS (msg, editbox) elseif (command == Loc ["STRING_SLASH_SHOW"] or command == Loc ["STRING_SLASH_SHOW_ALIAS1"] or command == "show") then + _detalhes.LastShowCommand = GetTime() local instance = rest:match ("^(%S*)%s*(.-)$") instance = tonumber (instance) if (instance) then