- #1450 fix : Border for color skin should stay acroos reload / login
urnati [02-17-26 - 01:19]
- #1450 fix : Border for color skin should stay acroos reload / login
diff --git a/Titan/TitanVariables.lua b/Titan/TitanVariables.lua
index 77052a3..bf49791 100644
--- a/Titan/TitanVariables.lua
+++ b/Titan/TitanVariables.lua
@@ -946,10 +946,10 @@ end
local function AdjBarVars(to_profile)
local BV = TitanSettings.Players[to_profile].BarVars
for idx, v in pairs(TitanBarData) do
- if v.color_border == nil then -- NEW Jan 2026
+ if BV[idx].color_border == nil then -- NEW Jan 2026
BV[idx].color_border = true
end
- if v.plugin_off_y == nil then -- NEW Jan 2026
+ if BV[idx].plugin_off_y == nil then -- NEW Jan 2026
BV[idx].plugin_off_y = 0
end
--print("Vars Y"