From 33176263404c8dfef5f06243ed3dd99defbffc0f Mon Sep 17 00:00:00 2001 From: Maik Wild Date: Tue, 13 Jun 2017 14:44:53 +0200 Subject: [PATCH] Fixed welcome message --- config.lua | 2 +- control.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index b810af64..802dec12 100644 --- a/config.lua +++ b/config.lua @@ -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) diff --git a/control.lua b/control.lua index bb32d39d..4a5fb53d 100644 --- a/control.lua +++ b/control.lua @@ -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