diff options
author | Uberi <azhang9@gmail.com> | 2013-12-18 15:56:50 -0500 |
---|---|---|
committer | Uberi <azhang9@gmail.com> | 2013-12-18 15:56:50 -0500 |
commit | 3767ea84d26a707f4688426b238a9709542d9534 (patch) | |
tree | 2729ca10cb082d218bd1c560d6cec2f60403d0cf /worldedit_commands | |
parent | 36424e3dec018ba3ed02784d20668e25c086e90a (diff) |
Include WorldEdit GUI in the documentation, improve privilege handling, simplify main dialog.
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 = {}
|