From c84caa71987f91d65f961e065c199d7091309c4a Mon Sep 17 00:00:00 2001 From: philipmi Date: Fri, 7 Jan 2022 15:32:44 +0100 Subject: [PATCH] Add git link to inventory --- mods/ctf/ctf_inventory/init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mods/ctf/ctf_inventory/init.lua b/mods/ctf/ctf_inventory/init.lua index 3bd31f8..ff20710 100644 --- a/mods/ctf/ctf_inventory/init.lua +++ b/mods/ctf/ctf_inventory/init.lua @@ -37,11 +37,13 @@ local items = { color .. "Other", "", + "* Git repository of this server: https://git.sp-codes.de/minetest/capturetheflag", + "", "* Official CaptureTheFlag Matrix Room (not related to this server):", - "* https://matrix.to/#/#capturetheflag:matrix.org", + " https://matrix.to/#/#capturetheflag:matrix.org", "", "* Capture the Flag v2 Matrix Room of this server: ", - "* https://matrix.to/#/#ctf:matrix.sp-codes.de", + " https://matrix.to/#/#ctf:matrix.sp-codes.de", "", "* Capture The Flag Discord (not related to this server): https://discord.gg/vcZTRPX", }