Skip to content

Commit

Permalink
Update CCVars.Whitelist.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jan 19, 2025
1 parent 3f29e24 commit d84ad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.Whitelist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public sealed partial class CCVars
/// Controls whether the server will deny any players that are not whitelisted in the DB.
/// </summary>
public static readonly CVarDef<bool> WhitelistEnabled =
CVarDef.Create("whitelist.enabled", false, CVar.SERVERONLY);
CVarDef.Create("whitelist.enabled", false, CVar.REPLICATED);

/// <summary>
/// Specifies the whitelist prototypes to be used by the server. This should be a comma-separated list of prototypes.
Expand Down

0 comments on commit d84ad07

Please sign in to comment.