From 65c41d4c3ffebbc839f7a1a5aa47e7e03a7ce263 Mon Sep 17 00:00:00 2001 From: Maik Wild Date: Tue, 13 Jun 2017 14:25:52 +0200 Subject: [PATCH 1/2] fixed missing end and added gitingore --- .gitignore | 1 + map_layout.lua | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1377554e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/map_layout.lua b/map_layout.lua index ebd30080..fc455003 100644 --- a/map_layout.lua +++ b/map_layout.lua @@ -12,5 +12,5 @@ local function chunk_modification(event) surface.set_tiles(tiles) end end - -Event.register(defines.events.on_chunk_generated, chunk_modification) \ No newline at end of file +end +Event.register(defines.events.on_chunk_generated, chunk_modification) From 119735a3f2251d23c1ee1f4ecd4dba7f33079f51 Mon Sep 17 00:00:00 2001 From: Maik Wild Date: Tue, 13 Jun 2017 14:48:32 +0200 Subject: [PATCH 2/2] Changed welcome message to include new discord link --- control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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