From fb526a6d708fe3e35b5b7498d05b023396ef45da Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Mon, 15 May 2023 01:59:57 +0600 Subject: [PATCH] [fix] Camera rotation --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.