From 65c414c94a03f346719df119b42f346120ec8241 Mon Sep 17 00:00:00 2001 From: imcb Date: Sat, 14 Dec 2024 19:40:21 +0000 Subject: [PATCH] Restore custom LoginTips setting --- Content.Shared/CCVar/CCVars.Tips.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.Tips.cs b/Content.Shared/CCVar/CCVars.Tips.cs index 61e6342061f3d5..a4cadd9a491464 100644 --- a/Content.Shared/CCVar/CCVars.Tips.cs +++ b/Content.Shared/CCVar/CCVars.Tips.cs @@ -30,7 +30,7 @@ public sealed partial class CCVars CVarDef.Create("tips.in_game_frequency", 60f * 60); public static readonly CVarDef LoginTipsDataset = - CVarDef.Create("tips.login_dataset", "Tips"); + CVarDef.Create("tips.login_dataset", "LoginTips"); /// /// The chance for Tippy to replace a normal tip message.