Skip to content

Commit

Permalink
Update CVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison authored Sep 16, 2024
1 parent 315ba53 commit 980e442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content.Shared/_White/CVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ public static readonly CVarDef<string>

#endregion

<<<<<<< ghost-respawn
#region GhostRespawn
public static readonly CVarDef<double> GhostRespawnTime =
CVarDef.Create("ghost.respawn_time", 15d, CVar.SERVERONLY);

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

#endregion

#region OptionsMisc

public static readonly CVarDef<bool> LogInChat =
CVarDef.Create("white.log_in_chat", true, CVar.CLIENT | CVar.ARCHIVE | CVar.REPLICATED);

>>>>>>> master
#endregion
}

0 comments on commit 980e442

Please sign in to comment.