diff options
Diffstat (limited to 'worldedit_commands')
-rw-r--r-- | worldedit_commands/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua index 62b9fa5..f2bd118 100644 --- a/worldedit_commands/init.lua +++ b/worldedit_commands/init.lua @@ -1,5 +1,7 @@ minetest.register_privilege("worldedit", "Can use WorldEdit commands")
+--wip: fold the hollow stuff into the main functions and add a hollow flag at the end, then add the compatibility stuff
+
worldedit.set_pos = {}
worldedit.inspect = {}
|