disable auto-update pressing crafting page button

This commit is contained in:
Alexander Weber 2017-02-12 22:43:19 +01:00
parent 8447b274d7
commit a0fc622ff2

View File

@ -196,6 +196,5 @@ smart_inventory.register_page({
name = "crafting",
icon = "inventory_btn.png",
smartfs_callback = crafting_callback,
sequence = 10,
on_button_click = update_craftable_list
sequence = 10
})