Skip to content

Commit

Permalink
Remove duplicate statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Emik03 committed Jun 1, 2021
1 parent a2e68b4 commit 1cab2cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/MonoBehaviours/ModuleScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,6 @@ private void OnException(string condition, string stackTrace, LogType type)

if (!(bool)(TP?.IsTP))
StartCoroutine(WaitForSolve());

if (!IsEditor)
Game.AddStrikes(gameObject, -_strikes);
}

private void TimerTick()
Expand Down

0 comments on commit 1cab2cb

Please sign in to comment.