Merge branch 'dev' into fix/autofill

This commit is contained in:
Cooldude2606
2023-03-07 21:11:26 +00:00
committed by GitHub
152 changed files with 4311 additions and 273 deletions

View File

@@ -183,7 +183,7 @@ end)
if not value then value = 0 end
local clamped = math.clamp(value, 0, 1000)
local item_name = element.parent.tooltip
local entity_name = element.parent.parent.parent.parent.name
local entity_name = element.parent.parent.parent.name
if not autofill_player_settings[player.name] then return end
local setting = autofill_player_settings[player.name][entity_name]
if not setting then return end