Defer to read_from_map in VoxelManip ctor
concrete problem: the getEmergeThread safety check was missing there
This commit is contained in:
@@ -64,7 +64,6 @@ class LuaVoxelManip : public ModApiBase
|
||||
MMVManip *vm = nullptr;
|
||||
|
||||
LuaVoxelManip(MMVManip *mmvm, bool is_mapgen_vm);
|
||||
LuaVoxelManip(Map *map, v3s16 p1, v3s16 p2);
|
||||
LuaVoxelManip(Map *map);
|
||||
~LuaVoxelManip();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user