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

Fixed welcome message

This commit is contained in:
Maik Wild 2017-06-13 14:44:53 +02:00
parent 588de91439
commit 3317626340
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@ Event.register(-1, function()
global.scenario.config.mapsettings.spiral_land_width = 70 -- width of land in spiral
global.scenario.config.mapsettings.spiral_water_width = 70 -- width of water in spiral
global.scenario.custom_functions = {}
global.map_layout_name = "HolyLand"
global.map_layout_name = "HolyLand"
end)

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