Skip to content

Commit

Permalink
fix: disable dps messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sirskunkalot committed Oct 20, 2023
1 parent 1d4867e commit f38f6e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JotunnLib/DebugUtils/DebugHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Linq;
using HarmonyLib;
using Jotunn.Managers;
using TMPro;
using UnityEngine;
using UnityEngine.SceneManagement;

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f38f6e7

Please sign in to comment.