From 4af34b24b8be0c5ac756ec07ef446712d1b02093 Mon Sep 17 00:00:00 2001 From: TokiJumper Date: Sun, 8 Dec 2024 17:13:22 +0500 Subject: [PATCH] added link to wiki --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index d6cc176315..0033eac318 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -2217,7 +2217,7 @@ public static readonly CVarDef /// Link to wiki to show in the launcher. /// public static readonly CVarDef InfoLinksWiki = - CVarDef.Create("infolinks.wiki", "", CVar.SERVER | CVar.REPLICATED); + CVarDef.Create("infolinks.wiki", "https://wiki.wwdp.ee", CVar.SERVER | CVar.REPLICATED); /// /// Link to Patreon. Not shown in the launcher currently.