Skip to content

Commit

Permalink
Merge pull request #77 from SS14-Classic/reduce-respawn-timers
Browse files Browse the repository at this point in the history
Update CCVars.cs
  • Loading branch information
VMSolidus authored Oct 11, 2024
2 parents 08fb348 + 960e853 commit 2554154
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 2554154

Please sign in to comment.