Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
increase cryo delete time (new-frontiers-14#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander-0 authored May 29, 2024
1 parent 780a809 commit afdf291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_NF/CCVars/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class NF14CVars
/// The time in seconds after which a cryosleeping body is considered expired and can be deleted from the storage map.
/// </summary>
public static readonly CVarDef<float> CryoExpirationTime =
CVarDef.Create("nf14.uncryo.maxtime", 60 * 60f, CVar.SERVER | CVar.REPLICATED);
CVarDef.Create("nf14.uncryo.maxtime", 180 * 60f, CVar.SERVER | CVar.REPLICATED);

/*
* Public Transit
Expand Down

0 comments on commit afdf291

Please sign in to comment.