From 467d510264c8c18f39c1ce1ed677756f4bbbd71f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 19 Dec 2016 22:39:53 +0100 Subject: [PATCH] Fix syntax error --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 6112029..ea096ee 100644 --- a/init.lua +++ b/init.lua @@ -1285,7 +1285,7 @@ end if minetest.get_modpath("sfinv_buttons") ~= nil then sfinv_buttons.register_button("ltool", { title = "L-System Tree Utility", - tooltip = "Invent your own trees and plant them" + tooltip = "Invent your own trees and plant them", image = "ltool_sapling.png", action = button_action, })