Skip to content

Commit

Permalink
Add version checker since so many people are confused about which ver…
Browse files Browse the repository at this point in the history
…sion to use.
  • Loading branch information
Uberi committed Aug 6, 2013
1 parent 8bd5db5 commit 03327a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worldedit/init.lua
@@ -1,3 +1,5 @@
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))

local path = minetest.get_modpath(minetest.get_current_modname())

local loadmodule = function(path)
Expand Down

0 comments on commit 03327a7

Please sign in to comment.