Fix errors in previous commits
This commit is contained in:
parent
dc6c86d98c
commit
0abd12b8a1
3 changed files with 6 additions and 11 deletions
|
@ -70,7 +70,8 @@ minetest.register_on_joinplayer(function(player)
|
|||
if #inbox > 0 then
|
||||
minetest.after(10, function()
|
||||
minetest.chat_send_player(player:get_player_name(),
|
||||
minetest.colorize(#00FF00,"(" .. #inbox .. ") You have mail! Type /inbox to recieve"))
|
||||
minetest.colorize("#00FF00",
|
||||
"(" .. #inbox .. ") You have mail! Type /inbox to recieve"))
|
||||
end)
|
||||
end
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue