Skip to content

Commit 1cab2cb

Browse files
committed
Remove duplicate statement
1 parent a2e68b4 commit 1cab2cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/MonoBehaviours/ModuleScript.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ private void OnException(string condition, string stackTrace, LogType type)
436436

437437
if (!(bool)(TP?.IsTP))
438438
StartCoroutine(WaitForSolve());
439-
440-
if (!IsEditor)
441-
Game.AddStrikes(gameObject, -_strikes);
442439
}
443440

444441
private void TimerTick()

0 commit comments

Comments
 (0)