WorldEdit 0.4.2.1

This commit is contained in:
sfan5 2012-05-18 15:38:00 +02:00
parent 761600c406
commit 496f5b515c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.4.2
0.4.2.1

View File

@ -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))