1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Biomes: Remove referenced biomes from Decorations on clear

This commit is contained in:
kwolekr 2015-04-16 23:37:50 -04:00
parent 4abb96fb54
commit 821d0025da
6 changed files with 36 additions and 17 deletions

View file

@ -1039,7 +1039,6 @@ int ModApiMapgen::l_create_schematic(lua_State *L)
Schematic schem;
Map *map = &(getEnv(L)->getMap());
INodeDefManager *ndef = getServer(L)->getNodeDefManager();
v3s16 p1 = read_v3s16(L, 1);
v3s16 p2 = read_v3s16(L, 2);