diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 00407bb253c..d52c442f30d 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -415,7 +415,7 @@ public static readonly CVarDef /// Whether item slots, such as power cell slots or AME fuel cell slots, should support quick swap if it is not otherwise specified in their YAML prototype. /// public static readonly CVarDef AllowSlotQuickSwap = - CVarDef.Create("game.slot_quick_swap", false, CVar.REPLICATED); + CVarDef.Create("game.slot_quick_swap", true, CVar.REPLICATED); #if EXCEPTION_TOLERANCE ///