mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 00:21:07 +01:00
Fix undeclared var
This commit is contained in:
parent
662ed5d999
commit
44c07928f3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ mcl_mapgen_core = {}
|
|||
local registered_generators = {}
|
||||
|
||||
local lvm, nodes, param2 = 0, 0, 0
|
||||
local lvm_used = false
|
||||
local lvm_buffer = {}
|
||||
|
||||
local modname = minetest.get_current_modname()
|
||||
|
|
Loading…
Reference in a new issue