Fix another leaked variable

master
Wuzzy 2015-02-08 01:30:07 +01:00
parent 6653a1d6c4
commit 71d4fd9ad5
1 changed files with 1 additions and 0 deletions

View File

@ -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