mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Schematics: Fix core.schematic_create()
This commit is contained in:
parent
5f0b36b8b7
commit
e0889c6c03
1 changed files with 1 additions and 0 deletions
|
@ -1037,6 +1037,7 @@ int ModApiMapgen::l_generate_decorations(lua_State *L)
|
||||||
int ModApiMapgen::l_create_schematic(lua_State *L)
|
int ModApiMapgen::l_create_schematic(lua_State *L)
|
||||||
{
|
{
|
||||||
Schematic schem;
|
Schematic schem;
|
||||||
|
schem.m_ndef = getServer(L)->getNodeDefManager();
|
||||||
|
|
||||||
Map *map = &(getEnv(L)->getMap());
|
Map *map = &(getEnv(L)->getMap());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue