Clean the mess (thank you soo much the person who did it) (no offense)

This commit is contained in:
Code-Sploit 2021-05-09 14:12:12 +00:00
parent 0133f94a36
commit 2064c34858
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function mcl_smithing_table.upgrade_item(itemstack)
local def = itemstack:get_definition()
if not def or not def._mcl_upgradable then
if not def or not def.upgradable then
return
end