Bugfixes: Removed retail API calls, ran linting script and static analysis.

This commit is contained in:
Bluewhale1337
2026-07-25 00:42:46 +02:00
parent 390067cdbd
commit c51cfa3f73
15 changed files with 65 additions and 28 deletions
+1
View File
@@ -161,6 +161,7 @@ local tabs = {
}
function S:HandleTab(tab)
if not tab then return end
local name = tab:GetName()
for _, object in pairs(tabs) do
local tex = _G[name..object]