Skip to content
Snippets Groups Projects
Commit 865f108f authored by Nick Name's avatar Nick Name
Browse files

Added missing local.

parent 8e4bf7e6
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ vines.register_vine = function( name, defs, biome )
biome_lib:spawn_on_surfaces( biome )
local override_nodes = function( nodes, defs )
function override( index, registered )
local function override( index, registered )
local node = nodes[ index ]
if index > #nodes then return registered end
if minetest.registered_nodes[node] then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment