Fix undeclared var

This commit is contained in:
cora 2022-09-13 14:26:50 +02:00
parent 662ed5d999
commit 44c07928f3
1 changed files with 1 additions and 0 deletions

View File

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