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 5, 2024
1 parent 1476873 commit d0d4e83
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 @@ -2518,7 +2518,7 @@ public static readonly CVarDef<float>
CVarDef.Create("ghost.respawn_max_players", 40, CVar.SERVERONLY);

public static readonly CVarDef<bool> GhostAllowSameCharacter =
CVarDef.Create("ghost.allow_same_character", false, CVar.SERVERONLY);
CVarDef.Create("ghost.allow_same_character", true, CVar.SERVERONLY);

#endregion
}
Expand Down

0 comments on commit d0d4e83

Please sign in to comment.