From d5ec1bcefc128b3de7b7f9cfdc99a1bf146d0a6b Mon Sep 17 00:00:00 2001 From: Uberi Date: Tue, 1 Oct 2013 16:57:55 -0400 Subject: Change compatibility notices. --- worldedit/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldedit/init.lua') diff --git a/worldedit/init.lua b/worldedit/init.lua index 6d3efe4..a4b1e5f 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.8 OR LATER! 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.7-DEV OR NEWER! MINETEST 0.4.7-STABLE WILL NOT WORK! YOU HAVE AN OLD VERSION." .. string.rep("<", 300)) local path = minetest.get_modpath(minetest.get_current_modname()) -- cgit v1.2.3