Shorten marker message (#760)
This commit is contained in:
parent
ec36999fa3
commit
6fc6c8e871
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function ctf_marker.add_marker(name, tname, pos, str)
|
||||||
minetest.log("action", name .. " placed a marker at " ..
|
minetest.log("action", name .. " placed a marker at " ..
|
||||||
minetest.pos_to_string(pos) .. ": '" .. str .. "'")
|
minetest.pos_to_string(pos) .. ": '" .. str .. "'")
|
||||||
minetest.chat_send_player(pname,
|
minetest.chat_send_player(pname,
|
||||||
msg("Player " .. name .. " placed a marker!"))
|
msg("* " .. name .. " placed a marker!"))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue