diff --git a/Content.Shared/_CorvaxNext/NextVars.cs b/Content.Shared/_CorvaxNext/NextVars.cs index 1e38ee75e96..e2002c00543 100644 --- a/Content.Shared/_CorvaxNext/NextVars.cs +++ b/Content.Shared/_CorvaxNext/NextVars.cs @@ -37,7 +37,7 @@ public sealed class NextVars /// plastic flaps, allowing them to take cover from gunshots. /// public static readonly CVarDef CrawlUnderTables = - CVarDef.Create("laying.crawlundertables", true, CVar.REPLICATED); + CVarDef.Create("laying.crawlundertables", false, CVar.REPLICATED); // public static readonly CVarDef OfferModeIndicatorsPointShow = // CVarDef.Create("hud.offer_mode_indicators_point_show", true, CVar.ARCHIVE | CVar.CLIENTONLY);