There was an error while loading. Please reload this page.
1 parent 644dbb7 commit a2c66c9Copy full SHA for a2c66c9
1 file changed
Content.Shared/CCVar/CCVars.GhostRespawn.cs
@@ -4,8 +4,8 @@ namespace Content.Shared.CCVar;
4
5
public sealed partial class CCVars
6
{
7
- public static readonly CVarDef<double> GhostRespawnTime =
8
- CVarDef.Create("ghost.respawn_time", 15d, CVar.SERVER | CVar.REPLICATED);
+ public static readonly CVarDef<int> GhostRespawnTime =
+ CVarDef.Create("ghost.respawn_time", 15, CVar.SERVER | CVar.REPLICATED);
9
10
public static readonly CVarDef<int> GhostRespawnMaxPlayers =
11
CVarDef.Create("ghost.respawn_max_players", 40, CVar.SERVER | CVar.REPLICATED);
0 commit comments