Skip to content

Commit

Permalink
enable admin notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed May 11, 2024
1 parent 7cae956 commit 6a7e047
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 @@ -770,7 +770,7 @@ public static readonly CVarDef<bool>
/// Should users be able to see their own notes? Admins will be able to see and set notes regardless
/// </summary>
public static readonly CVarDef<bool> SeeOwnNotes =
CVarDef.Create("admin.see_own_notes", false, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER);
CVarDef.Create("admin.see_own_notes", true, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER);

/// <summary>
/// Should the server play a quick sound to the active admins whenever a new player joins?
Expand Down

0 comments on commit 6a7e047

Please sign in to comment.