Shorten marker message (#760)

This commit is contained in:
Xenon 2021-01-23 18:10:06 +01:00 committed by GitHub
parent ec36999fa3
commit 6fc6c8e871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ function ctf_marker.add_marker(name, tname, pos, str)
minetest.log("action", name .. " placed a marker at " ..
minetest.pos_to_string(pos) .. ": '" .. str .. "'")
minetest.chat_send_player(pname,
msg("Player " .. name .. " placed a marker!"))
msg("* " .. name .. " placed a marker!"))
end
end