Skip to content

Commit 03327a7

Browse files
committedAug 6, 2013
Add version checker since so many people are confused about which version to use.
1 parent 8bd5db5 commit 03327a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎worldedit/init.lua

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
assert(minetest.get_voxel_manip, string.rep(">", 300) .. "HEY YOU! YES, YOU OVER THERE. THIS VERSION OF WORLDEDIT REQUIRES MINETEST 0.4.8 OR LATER! YOU HAVE AN OLD VERSION." .. string.rep("<", 300))
2+
13
local path = minetest.get_modpath(minetest.get_current_modname())
24

35
local loadmodule = function(path)

0 commit comments

Comments
 (0)
Please sign in to comment.