From eaaf30bf7a3a7a870036b28aa0804b95c1e29f09 Mon Sep 17 00:00:00 2001 From: Milan* Date: Wed, 26 Jul 2017 23:43:32 +0200 Subject: [PATCH] update illuna notes in random_messages --- mods/random_messages/init.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index 6a37e39c..c877f6f5 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -50,10 +50,9 @@ function random_messages.read_messages() local mcc = "#A3B5CB" random_messages.messages = { mc(mcc, "# Illuna-Notes: Soup is very useful to fight hunger, everyone should have some."), - mc(mcc, "# Illuna-Notes: Meet your fellows on our Mumbleserver at tchncs.de"), - mc(mcc, "# Illuna-Notes: Enjoy Illuna? Invite your friends today!"), - mc(mcc, "# Illuna-Notes: Have something to share? Join https://community.illuna-minetest.tk today!"), - mc(mcc, "# Illuna-Notes: Sell and buy stuff on the Illuna marketplace. It is below the spawnhouse."), + mc(mcc, "# Illuna-Notes: Teamspeak? Mumble! Talk together on our Mumbleserver at tchncs.de!"), + mc(mcc, "# Illuna-Notes: Enjoy Illuna? Tell your friends and followers about it!"), + mc(mcc, "# Illuna-Notes: Have something to share? Join https://community.illuna.rocks today!"), } end