forked from VoxeLibre/VoxeLibre
Clean the mess (thank you soo much the person who did it) (no offense)
This commit is contained in:
parent
0133f94a36
commit
2064c34858
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue