Update onjoin.lua

This commit is contained in:
Toby1710 2021-03-16 18:13:43 +02:00 committed by GitHub
parent 0f1b3c6260
commit 47df85a16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ minetest.register_on_joinplayer(function(player)
if unreadcount > 0 then
minetest.chat_send_player(name,
"(" .. unreadcount .. ") You have mail! Type /mail to read")
minetest.colorize("#00f529", "(" .. unreadcount .. ") You have mail! Type /mail to read"))
end
end, player:get_player_name())