Skip to content

Commit

Permalink
Update CCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Oct 11, 2024
1 parent 08fb348 commit 960e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ public static readonly CVarDef<float>
#region GhostRespawn

public static readonly CVarDef<double> GhostRespawnTime =
CVarDef.Create("ghost.respawn_time", 15d, CVar.SERVERONLY);
CVarDef.Create("ghost.respawn_time", 5d, CVar.SERVERONLY);

public static readonly CVarDef<int> GhostRespawnMaxPlayers =
CVarDef.Create("ghost.respawn_max_players", 40, CVar.SERVERONLY);
Expand Down

0 comments on commit 960e853

Please sign in to comment.