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:
parent
588de91439
commit
3317626340
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user