No more warnings

This commit is contained in:
Cooldude2606
2024-09-28 03:46:14 +01:00
parent 32a8ba8f3a
commit 3145f7e904
43 changed files with 215 additions and 177 deletions

View File

@@ -400,7 +400,7 @@ SelectedPlayer:on_update(function(player_name, selected_player)
style = "tool_button"
end
element.style = style
local element_style = element.style
local element_style = element.style --[[@as LuaStyle]]
element_style.padding = -2
element_style.width = 8
element_style.height = 14