Fix errors in previous commits
This commit is contained in:
parent
dc6c86d98c
commit
0abd12b8a1
3 changed files with 6 additions and 11 deletions
|
@ -99,7 +99,7 @@ minetest.registered_chatcommands["msg"].func = function(name, param)
|
|||
end
|
||||
core.log("action", "PM from " .. name .. " to " .. sendto
|
||||
.. ": " .. message)
|
||||
core.chat_send_player(sendto, minetest.colorize(#00FF55,"PM from " .. name .. ": "
|
||||
.. message))
|
||||
core.chat_send_player(sendto, minetest.colorize("#00FF55",
|
||||
"PM from " .. name .. ": " .. message))
|
||||
return true, "Message sent."
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue