diff --git a/Source/Coop/FreeCamera/FreeCameraController.cs b/Source/Coop/FreeCamera/FreeCameraController.cs index eaac6165..97cfe527 100644 --- a/Source/Coop/FreeCamera/FreeCameraController.cs +++ b/Source/Coop/FreeCamera/FreeCameraController.cs @@ -9,7 +9,6 @@ using StayInTarkov.Configuration; using StayInTarkov.Coop.Components.CoopGameComponents; using StayInTarkov.Coop.Players; -using StayInTarkov.Coop.SITGameModes; using System; using System.Collections; using UnityEngine; @@ -140,9 +139,6 @@ public void Update() if (!SITGameComponent.TryGetCoopGameComponent(out SITGameComponent coopGC)) return; - CoopSITGame coopGame = (CoopSITGame) coopGC.LocalGameInstance; - if (coopGame == null) - return; var quitState = coopGC.GetQuitState(); if (Player.PlayerHealthController.IsAlive &&