From 496f5b515ce25cb9c6592e27a39cac6ba7229b5d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 18 May 2012 15:38:00 +0200 Subject: [PATCH] WorldEdit 0.4.2.1 --- worldedit/VERSION | 2 +- worldedit/init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/worldedit/VERSION b/worldedit/VERSION index 2b7c5ae..b0f3d33 100644 --- a/worldedit/VERSION +++ b/worldedit/VERSION @@ -1 +1 @@ -0.4.2 +0.4.2.1 diff --git a/worldedit/init.lua b/worldedit/init.lua index 45c9a12..250ae3a 100644 --- a/worldedit/init.lua +++ b/worldedit/init.lua @@ -417,7 +417,7 @@ minetest.register_on_chat_message(function(name, message) end data = {} data,err = table.load(minetest.get_modpath("worldedit").."/"..fn) - if err not == nil then + if not err == nil then minetest.chat_send_player(name, "Cound not load '"..fn.."'") end --print(dump(data))