1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-12 02:28:02 +02:00

Changed welcome message to include new discord link

This commit is contained in:
Maik Wild 2017-06-13 14:48:32 +02:00
parent 65c41d4c3f
commit 119735a3f2

View File

@ -26,7 +26,7 @@ function player_joined(event)
--player.insert { name = "substation", count = 16 }
--player.insert { name = "logistic-chest-passive-provider", count = 16 }
--player.insert { name = "power-armor", count = 1 }
player.print("bar")
player.print("Welcome to our Server. You can join our Discord at: discord.gg/RedMew")
player.print("And remember.. Keep Calm And Spaghetti!")
end