Add notice of map details

This commit is contained in:
rubenwardy 2018-01-22 03:35:40 +00:00
parent 31ed99b22c
commit ae01714049

View file

@ -49,6 +49,10 @@ function ctf_map.place_map(map)
end
end
minetest.after(5, function()
minetest.chat_send_all("Map: " .. map.name .. " by " .. map.author)
end)
return res ~= nil
end