Skip to content

Commit

Permalink
Update ServerConfiguration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Mar 18, 2024
1 parent 752e4b0 commit 35d03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obsidian/Utilities/ServerConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class ServerConfiguration : IServerConfiguration

public bool AllowOperatorRequests { get; set; } = true;

public bool AllowUntrustedPlugins { get; set; }
public bool AllowUntrustedPlugins { get; set; } = true;

/// <summary>
/// If true, each login/client gets a random username where multiple connections from the same host will be allowed.
Expand Down

0 comments on commit 35d03fe

Please sign in to comment.