Skip to content
Snippets Groups Projects
Commit e0889c6c authored by kwolekr's avatar kwolekr
Browse files

Schematics: Fix core.schematic_create()

parent 5f0b36b8
No related branches found
No related tags found
No related merge requests found
......@@ -1037,6 +1037,7 @@ int ModApiMapgen::l_generate_decorations(lua_State *L)
int ModApiMapgen::l_create_schematic(lua_State *L)
{
Schematic schem;
schem.m_ndef = getServer(L)->getNodeDefManager();
Map *map = &(getEnv(L)->getMap());
......
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