diff --git a/builtin/game/chat.lua b/builtin/game/chat.lua index 69c657194..64f14cc40 100644 --- a/builtin/game/chat.lua +++ b/builtin/game/chat.lua @@ -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, })