Skip to content

Commit

Permalink
вернул отображение контрабанды
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jan 22, 2025
1 parent 3c2672e commit 8a1e3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public static readonly CVarDef<bool>
/// If true, contraband severity can be viewed in the examine menu
/// </summary>
public static readonly CVarDef<bool> ContrabandExamine =
CVarDef.Create("game.contraband_examine", false, CVar.SERVER | CVar.REPLICATED); // Sunrise-Edit
CVarDef.Create("game.contraband_examine", true, CVar.SERVER | CVar.REPLICATED);

/// <summary>
/// Size of the lookup area for adding entities to the context menu
Expand Down

0 comments on commit 8a1e3b6

Please sign in to comment.