From e9a17c53ff201e755f434c5b0475de4589f726f6 Mon Sep 17 00:00:00 2001 From: philipmi Date: Thu, 6 Jan 2022 19:57:08 +0100 Subject: [PATCH] Add links to CTF Matrix Rooms to inventory --- mods/ctf/ctf_inventory/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mods/ctf/ctf_inventory/init.lua b/mods/ctf/ctf_inventory/init.lua index 841e935..3bd31f8 100644 --- a/mods/ctf/ctf_inventory/init.lua +++ b/mods/ctf/ctf_inventory/init.lua @@ -37,6 +37,12 @@ local items = { color .. "Other", "", + "* Official CaptureTheFlag Matrix Room (not related to this server):", + "* https://matrix.to/#/#capturetheflag:matrix.org", + "", + "* Capture the Flag v2 Matrix Room of this server: ", + "* https://matrix.to/#/#ctf:matrix.sp-codes.de", + "", "* Capture The Flag Discord (not related to this server): https://discord.gg/vcZTRPX", } for i = 1, #items do