Skip to content

Commit

Permalink
Update NextVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Jan 1, 2025
1 parent 7948f46 commit df1782f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_CorvaxNext/NextVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class NextVars
CVarDef.Create("auto_cryo_sleep.enabled", true, CVar.SERVER);

public static readonly CVarDef<int> AutoCryoSleepTime =
CVarDef.Create("auto_cryo_sleep.time", 500, CVar.SERVER);
CVarDef.Create("auto_cryo_sleep.time", 1200, CVar.SERVER);

public static readonly CVarDef<int> AutoCryoSleepUpdateTime =
CVarDef.Create("auto_cryo_sleep.update_time", 120, CVar.SERVER);
Expand Down

0 comments on commit df1782f

Please sign in to comment.