Skip to content

Commit a2c66c9

Browse files
committed
Update CCVars.GhostRespawn.cs
1 parent 644dbb7 commit a2c66c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Content.Shared/CCVar/CCVars.GhostRespawn.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace Content.Shared.CCVar;
44

55
public sealed partial class CCVars
66
{
7-
public static readonly CVarDef<double> GhostRespawnTime =
8-
CVarDef.Create("ghost.respawn_time", 15d, CVar.SERVER | CVar.REPLICATED);
7+
public static readonly CVarDef<int> GhostRespawnTime =
8+
CVarDef.Create("ghost.respawn_time", 15, CVar.SERVER | CVar.REPLICATED);
99

1010
public static readonly CVarDef<int> GhostRespawnMaxPlayers =
1111
CVarDef.Create("ghost.respawn_max_players", 40, CVar.SERVER | CVar.REPLICATED);

0 commit comments

Comments
 (0)