Remove blocked and forbidden action popup

This commit is contained in:
andrew6180
2024-11-16 14:53:43 -07:00
parent 1fa457d382
commit 048ea91ca9
-2
View File
@@ -159,8 +159,6 @@ function D:Initialize()
self:SecureHook("StaticPopup_Show") self:SecureHook("StaticPopup_Show")
self:RegisterEvent("PLAYER_REGEN_DISABLED") self:RegisterEvent("PLAYER_REGEN_DISABLED")
self:RegisterEvent("PLAYER_REGEN_ENABLED") self:RegisterEvent("PLAYER_REGEN_ENABLED")
self:RegisterEvent("ADDON_ACTION_BLOCKED", "TaintError")
self:RegisterEvent("ADDON_ACTION_FORBIDDEN", "TaintError")
end end
local function InitializeCallback() local function InitializeCallback()