fix this hardlock u dingus

makes it where player cant hardlock if they pause during transition to charting state
This commit is contained in:
Sector03 2021-07-21 23:41:11 -04:00
parent 76ae12dba6
commit c0dccaec75

View File

@ -2425,7 +2425,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;