mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Echo DMs sent with /msg (#15887)
This commit is contained in:
parent
017318f117
commit
dadd097f32
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ core.register_chatcommand("msg", {
|
|||
core.log("action", "DM from " .. name .. " to " .. sendto
|
||||
.. ": " .. message)
|
||||
core.chat_send_player(sendto, S("DM from @1: @2", name, message))
|
||||
return true, S("Message sent.")
|
||||
return true, S("DM sent to @1: @2", sendto, message)
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue