Bugfixes: removed hard nil val checks from toolkit.lua fixed few mismatches causing crashes

This commit is contained in:
Bluewhale1337
2026-07-25 00:42:46 +02:00
parent c51cfa3f73
commit 94872c5a17
5 changed files with 140 additions and 80 deletions
+1
View File
@@ -47,6 +47,7 @@ function S:SetOriginalBackdrop()
end
function S:HandleButton(f, strip, isDeclineButton)
if not f then return end
local name = f:GetName()
if name then
local left = _G[name.."Left"]