Skip to content

Commit

Permalink
Merge pull request #1306 from newbytf/dev-cur
Browse files Browse the repository at this point in the history
teamplay: just kidding, 5 seconds delay
  • Loading branch information
newbytf authored Mar 15, 2024
2 parents 387d1b5 + 54097ec commit 37dee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssqc/tfort.qc
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ void (float Suicided) TeamFortress_SetupRespawn = {
self.lives = self.lives - 1;

if (!allowpracspawns)
restime = restime + (new_balance ? 4 : 7);
restime = restime + (new_balance ? 5 : 7);
}
}

Expand Down

0 comments on commit 37dee8d

Please sign in to comment.