diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 9780191..a354247 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -26,7 +26,7 @@ hr {

Changelogs Building - Modchart Documentation + Modcharts Guides
 


diff --git a/source/PlayState.hx b/source/PlayState.hx index 7f05745..8f9b274 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2420,7 +2420,7 @@ class PlayState extends MusicBeatState scoreTxt.x = (originalX - (lengthInPx / 2)) + 335; - if (controls.PAUSE && startedCountdown && canPause) + if (controls.PAUSE && startedCountdown && canPause && !cannotDie) { persistentUpdate = false; persistentDraw = true;