fix not being able to control respawn map

This commit is contained in:
Mister_Nebula 2021-06-23 22:06:24 +01:00
parent d835df6570
commit 3b684e4890

View File

@ -142,7 +142,7 @@ namespace QSB.DeathSync.Patches
var revealFraction = Mathf.Clamp01(____revealTimer / ____revealLength);
var smoothedRevealFraction = Mathf.SmoothStep(0f, 1f, revealFraction);
var canInteractWith = ____revealTimer > 20f;
var canInteractWith = ____revealTimer > 18f;
if (____screenPromptsVisible && ____isPaused)
{