Add notice of map details
This commit is contained in:
parent
31ed99b22c
commit
ae01714049
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue