diff --git a/JotunnLib/DebugUtils/DebugHelper.cs b/JotunnLib/DebugUtils/DebugHelper.cs index 17d8a0fa5..44339b483 100644 --- a/JotunnLib/DebugUtils/DebugHelper.cs +++ b/JotunnLib/DebugUtils/DebugHelper.cs @@ -2,7 +2,6 @@ using System.Linq; using HarmonyLib; using Jotunn.Managers; -using TMPro; using UnityEngine; using UnityEngine.SceneManagement; @@ -72,7 +71,6 @@ private void OnGUI() private void Player_OnSpawned_Postfix() { - Character.s_dpsDebugEnabled = true; Player.m_debugMode = true; Terminal.m_cheat = true; Console.instance.m_autoCompleteSecrets = true;