Skip to content

Commit

Permalink
Update NextVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratyyy authored Nov 26, 2024
1 parent 242957c commit b2178e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_CorvaxNext/NextVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public sealed class NextVars
/// plastic flaps, allowing them to take cover from gunshots.
/// </summary>
public static readonly CVarDef<bool> CrawlUnderTables =
CVarDef.Create("laying.crawlundertables", true, CVar.REPLICATED);
CVarDef.Create("laying.crawlundertables", false, CVar.REPLICATED);

// public static readonly CVarDef<bool> OfferModeIndicatorsPointShow =
// CVarDef.Create("hud.offer_mode_indicators_point_show", true, CVar.ARCHIVE | CVar.CLIENTONLY);
Expand Down

0 comments on commit b2178e4

Please sign in to comment.