diff --git a/Content.Client/DebugMon/DebugMonitorSystem.cs b/Content.Client/DebugMon/DebugMonitorSystem.cs index c64e111b65..fb5cd4f51a 100644 --- a/Content.Client/DebugMon/DebugMonitorSystem.cs +++ b/Content.Client/DebugMon/DebugMonitorSystem.cs @@ -19,7 +19,5 @@ public sealed class DebugMonitorSystem : EntitySystem { if (!_admin.IsActive() && _cfg.GetCVar(CCVars.DebugCoordinatesAdminOnly)) _userInterface.DebugMonitors.SetMonitor(DebugMonitor.Coords, false); - else - _userInterface.DebugMonitors.SetMonitor(DebugMonitor.Coords, true); } -} \ No newline at end of file +}