We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6908cfd commit 5ec9a21Copy full SHA for 5ec9a21
EXILED/Exiled.Events/Config.cs
@@ -84,7 +84,7 @@ public sealed class Config : IConfig
84
/// Gets or sets a value indicating whether the SCP079 will recontained if there are no SCPs left.
85
/// </summary>
86
[Description("Indicates whether the SCP079 will recontained if there are no SCPs left.")]
87
- public bool ShouldScp079RecontainedWhenNoScps { get; set; } = true;
+ public bool ShouldRecontainScp079IfNoScpsLeft { get; set; } = true;
88
89
/// <summary>
90
/// Gets or sets a value indicating whether configs has to be reloaded every time a round restarts.
0 commit comments