From 9557586840c818ff96b3b5527adf64bae9add7f8 Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Sat, 4 Nov 2023 16:32:17 -0400 Subject: [PATCH] me when i forget an apostrophe --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index f0f8fe41a11..23395d41743 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -5027,7 +5027,7 @@ if (ClientPrefs.showNPS) { compactUpdateFrame = 0; scoreTxtUpdateFrame = 0; - if (deathCounter < 0) botplayTxt.text = 'DEAR GOD YOU OVERFLOWED THE DEATH COUNTER; + if (deathCounter < 0) botplayTxt.text = 'DEAR GOD YOU OVERFLOWED THE DEATH COUNTER'; if (shownScore != songScore && ClientPrefs.hudType == 'JS Engine' && Math.abs(shownScore - songScore) >= 10) { shownScore = FlxMath.lerp(shownScore, songScore, 0.4 / (ClientPrefs.framerate / 60));