diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 9c0edfae7d..98dbf24185 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1329,7 +1329,7 @@ namespace Content.Shared.CCVar /// - When traversing grids it will snap to the nearest cardinal which will generally be imperceptible. /// public static readonly CVarDef CameraRotationLocked = - CVarDef.Create("shuttle.camera_rotation_locked", true, CVar.REPLICATED); + CVarDef.Create("shuttle.camera_rotation_locked", false, CVar.REPLICATED); /// /// Whether the arrivals terminal should be on a planet map.