diff options
author | Sfan5 <sfan5@live.de> | 2013-11-24 14:18:04 +0100 |
---|---|---|
committer | Sfan5 <sfan5@live.de> | 2013-11-24 14:18:04 +0100 |
commit | b3ba6f2433c428af9c4068023a533341251686ec (patch) | |
tree | 997c8fd0b2dd1e58c372b044f5213b0ea099b679 /worldedit/init.lua | |
parent | d5ec1bcefc128b3de7b7f9cfdc99a1bf146d0a6b (diff) |
Revert "Change compatibility notices." because we have 0.4.8 now
This reverts commit d5ec1bcefc128b3de7b7f9cfdc99a1bf146d0a6b.
Diffstat (limited to 'worldedit/init.lua')
-rw-r--r-- | worldedit/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldedit/init.lua b/worldedit/init.lua index a4b1e5f..6d3efe4 100644 --- a/worldedit/init.lua +++ b/worldedit/init.lua @@ -1,4 +1,4 @@ -assert(minetest.get_voxel_manip, string.rep(">", 300) .. "HEY YOU! YES, YOU OVER THERE. THIS VERSION OF WORLDEDIT REQUIRES MINETEST 0.4.7-DEV OR NEWER! MINETEST 0.4.7-STABLE WILL NOT WORK! YOU HAVE AN OLD VERSION." .. string.rep("<", 300))
+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())
|