Skip to content

Commit

Permalink
Fix time
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Aug 7, 2024
1 parent a9662e3 commit 02371bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod/Jailbreak.SpecialDay/SpecialDays/SpeedrunDay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SpeedrunDay(BasePlugin plugin, IServiceProvider provider)

public static readonly FakeConVar<int> CvInitialSpeedrunTime =
new("css_jb_speedrun_initial_time",
"Duration in seconds to grant the speedrunner", 20);
"Duration in seconds to grant the speedrunner", 40);

public static readonly FakeConVar<int> CvFirstRoundFreeze =
new("css_jb_speedrun_first_round_freeze",
Expand Down Expand Up @@ -455,7 +455,6 @@ private string generateHTMLLine(CCSPlayerController player, int position,
var isInDanger = position > playersAliveAtStart - eliminations;

var text = $"{position} {player.PlayerName}";
var length = text.Length;

if (isSafe) {
color = "00FF00";
Expand Down

0 comments on commit 02371bc

Please sign in to comment.