From 02371bccf960142f0dba8f3f1b106353651752c3 Mon Sep 17 00:00:00 2001 From: MSWS Date: Tue, 6 Aug 2024 22:51:54 -0700 Subject: [PATCH] Fix time --- mod/Jailbreak.SpecialDay/SpecialDays/SpeedrunDay.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/Jailbreak.SpecialDay/SpecialDays/SpeedrunDay.cs b/mod/Jailbreak.SpecialDay/SpecialDays/SpeedrunDay.cs index 43ae1cb5..d24bf85a 100644 --- a/mod/Jailbreak.SpecialDay/SpecialDays/SpeedrunDay.cs +++ b/mod/Jailbreak.SpecialDay/SpecialDays/SpeedrunDay.cs @@ -30,7 +30,7 @@ public class SpeedrunDay(BasePlugin plugin, IServiceProvider provider) public static readonly FakeConVar 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 CvFirstRoundFreeze = new("css_jb_speedrun_first_round_freeze", @@ -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";