From 86fcff8ea83296ab47e9f3f53ff8638331f8172a Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Thu, 18 Aug 2022 18:30:00 +0200 Subject: [PATCH] LibCustomGlow v16 --- Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua index 7f15235..401ed5d 100644 --- a/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua +++ b/Libs/LibCustomGlow-1.0/LibCustomGlow-1.0.lua @@ -6,7 +6,7 @@ https://www.wowace.com/projects/libbuttonglow-1-0 -- luacheck: globals CreateFromMixins ObjectPoolMixin CreateTexturePool CreateFramePool local MAJOR_VERSION = "LibCustomGlow-1.0" -local MINOR_VERSION = 17 +local MINOR_VERSION = 16 if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end local lib, oldversion = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION) if not lib then return end @@ -313,9 +313,6 @@ function lib.PixelGlow_Stop(r,key) if not r then return end - if type(key) ~= "string" or type(key) ~= "number" then - key = nil - end key = key or "" if not r["_PixelGlow"..key] then return false @@ -411,9 +408,6 @@ function lib.AutoCastGlow_Stop(r,key) if not r then return end - if type(key) ~= "string" or type(key) ~= "number" then - key = nil - end key = key or "" if not r["_AutoCastGlow"..key] then