From b3ba6f2433c428af9c4068023a533341251686ec Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sun, 24 Nov 2013 14:18:04 +0100 Subject: Revert "Change compatibility notices." because we have 0.4.8 now This reverts commit d5ec1bcefc128b3de7b7f9cfdc99a1bf146d0a6b. --- worldedit/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldedit') 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()) -- cgit v1.2.3