diff --git a/Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs b/Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs
index f20cee510a..b1593b5e47 100644
--- a/Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs
+++ b/Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs
@@ -134,7 +134,8 @@ namespace Content.Server.GameObjects.Components.Doors
///
/// Whether the door can ever be welded shut.
///
- private bool _weldable;
+ [DataField("weldable")]
+ private bool _weldable = true;
///
/// Whether the door can currently be welded.