aboutsummaryrefslogtreecommitdiffstats
path: root/code/phase/WaitPhase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'code/phase/WaitPhase.cs')
-rw-r--r--code/phase/WaitPhase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/phase/WaitPhase.cs b/code/phase/WaitPhase.cs
index 6014467..c3d0e16 100644
--- a/code/phase/WaitPhase.cs
+++ b/code/phase/WaitPhase.cs
@@ -57,7 +57,7 @@ public class WaitPhase : BasePhase
} else
{
var pawn = (Player)client.Pawn;
- if (pawn.LifeState == LifeState.Dead && pawn.TimeSinceDeath > 3)
+ if (pawn.LifeState == LifeState.Dead && pawn.TimeSinceDeath > 5)
{
RespawnPlayer( pawn );
}