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