From 8a1e3b65221b909705215b512ba0d29cf4b7492c Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 22 Jan 2025 05:28:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D0=BE?= =?UTF-8?q?=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=B1=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.Game.cs b/Content.Shared/CCVar/CCVars.Game.cs index 36558c366c9..93c5c267ee0 100644 --- a/Content.Shared/CCVar/CCVars.Game.cs +++ b/Content.Shared/CCVar/CCVars.Game.cs @@ -378,7 +378,7 @@ public static readonly CVarDef /// If true, contraband severity can be viewed in the examine menu /// public static readonly CVarDef ContrabandExamine = - CVarDef.Create("game.contraband_examine", false, CVar.SERVER | CVar.REPLICATED); // Sunrise-Edit + CVarDef.Create("game.contraband_examine", true, CVar.SERVER | CVar.REPLICATED); /// /// Size of the lookup area for adding entities to the context menu