diff --git a/Content.Server/Clothing/MagbootsSystem.cs b/Content.Server/Clothing/MagbootsSystem.cs index a965c2c69d..4c3b5673bd 100644 --- a/Content.Server/Clothing/MagbootsSystem.cs +++ b/Content.Server/Clothing/MagbootsSystem.cs @@ -26,7 +26,7 @@ namespace Content.Server.Clothing if (TryComp(parent, out MovedByPressureComponent? movedByPressure)) { - movedByPressure.Enabled = state; + movedByPressure.Enabled = !state; } if (state)