hellochat: typofix :o

This commit is contained in:
Milan* 2017-02-08 08:34:49 +01:00
parent 6a70c71c1d
commit ddacc7f7bd

View file

@ -9,6 +9,6 @@ minetest.register_on_joinplayer(function(player)
minetest.chat_send_player(player, core.colorize(color, "# Illuna: 1. Read our rules (how boring) at https://illuna.rocks/rules"))
minetest.chat_send_player(player, core.colorize(color, "# Illuna: 2. Join our community at https://meet.illuna.rocks and introduce yourself."))
minetest.chat_send_player(player, core.colorize(color, "# Illuna: This is our way to protect the players, you'll love how secure this world is. ;-)"))
minetest.chat_send_player(player, core.colorize("#C3E9FF", "# Illuna: Our you just try our public servers at port 30001 and 30002... ."))
minetest.chat_send_player(player, core.colorize("#C3E9FF", "# Illuna: Or you just try our public servers at port 30001 and 30002... ."))
end
end)