From dfe2cc7001c448dbce252b2ed9b8d02dd6a9b2b0 Mon Sep 17 00:00:00 2001 From: LankLTE <135308300+LankLTE@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:28:00 -0700 Subject: [PATCH] Update Rules Config (#296) --- 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 bbd5eabb64..416dc12222 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -24,7 +24,7 @@ public sealed class CCVars : CVars /// Guide Entry Prototype ID to be displayed as the server rules. /// public static readonly CVarDef RulesFile = - CVarDef.Create("server.rules_file", "DefaultRuleset", CVar.REPLICATED | CVar.SERVER); + CVarDef.Create("server.rules_file", "CosmaticDriftRules", CVar.REPLICATED | CVar.SERVER); /// /// Guide entry that is displayed by default when a guide is opened.