Fix crash in chatplus, and bug in ctf_stats
This commit is contained in:
parent
c6397fe5f1
commit
84b81ad810
2 changed files with 1 additions and 3 deletions
|
@ -200,7 +200,7 @@ function chatplus.send(from, msg)
|
|||
|
||||
-- Send message
|
||||
if res == nil or res == true then
|
||||
minetest.chat_send_player(key, "<" .. from .. "> " .. msg)
|
||||
minetest.chat_send_player(to, "<" .. from .. "> " .. msg)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue