From 71d4fd9ad5096cb59dffed34f1c504c92639afb8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 8 Feb 2015 01:30:07 +0100 Subject: [PATCH] Fix another leaked variable --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 661d871..af79ac1 100644 --- a/init.lua +++ b/init.lua @@ -815,6 +815,7 @@ function ltool.process_form(player,formname,fields) local seltree_id = ltool.get_selected_tree_id(playername) local privs = minetest.get_player_privs(playername) local s = function(input) + local ret if(input==nil) then ret = "" else