mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-01-08 09:00:29 +01:00
WorldEdit 0.4.2.1
This commit is contained in:
parent
761600c406
commit
496f5b515c
@ -1 +1 @@
|
||||
0.4.2
|
||||
0.4.2.1
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user