Skip to content

Commit 5ec9a21

Browse files
authored
Update EXILED/Exiled.Events/Config.cs
1 parent 6908cfd commit 5ec9a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED/Exiled.Events/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public sealed class Config : IConfig
8484
/// Gets or sets a value indicating whether the SCP079 will recontained if there are no SCPs left.
8585
/// </summary>
8686
[Description("Indicates whether the SCP079 will recontained if there are no SCPs left.")]
87-
public bool ShouldScp079RecontainedWhenNoScps { get; set; } = true;
87+
public bool ShouldRecontainScp079IfNoScpsLeft { get; set; } = true;
8888

8989
/// <summary>
9090
/// Gets or sets a value indicating whether configs has to be reloaded every time a round restarts.

0 commit comments

Comments
 (0)