From 8ebf9d3c2ae63374c5501be0660b0d57204bd335 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sun, 21 Jul 2013 16:54:25 -0400 Subject: Super duper VoxelManipulator speedups to nearly every API function, and plus support for unloaded areas. Still in progress. Also, fix //allocate for very large schematics. --- worldedit/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldedit/init.lua') diff --git a/worldedit/init.lua b/worldedit/init.lua index 11b90e9..f41d740 100644 --- a/worldedit/init.lua +++ b/worldedit/init.lua @@ -2,7 +2,7 @@ local path = minetest.get_modpath(minetest.get_current_modname()) local loadmodule = function(path) return pcall(function() - dofile(path) + return dofile(path) end) end -- cgit v1.2.3