Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Schematics: Fix core.schematic_create()
  • Loading branch information
kwolekr committed Apr 17, 2015
1 parent 5f0b36b commit e0889c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/lua_api/l_mapgen.cpp
Expand Up @@ -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());

Expand Down

0 comments on commit e0889c6

Please sign in to comment.