Prevent crash in fix

This commit is contained in:
Code-Sploit 2021-05-08 17:03:59 +00:00
parent 72d4cf5906
commit 71d98892d4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ mcl_armor.register_set({
}, },
toughness = 2, toughness = 2,
craft_material = "mcl_core:diamond", craft_material = "mcl_core:diamond",
_mcl_upgradable = true _mcl_upgradable = 1
}) })
mcl_armor.register_set({ mcl_armor.register_set({