Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Fix description and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
xNexusACS committed Oct 29, 2024
1 parent 9bb9031 commit 7283b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exiled.Events/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public sealed class Config : IConfig
public bool CanKeycardThrowAffectDoors { get; set; } = false;

/// <summary>
/// Gets or sets a value indicating whether warhead can be closed or not.
/// Gets or sets a value indicating whether the warhead button glass cover can be closed or not.
/// </summary>
[Description("Indicates whether warhead can be closed or not")]
[Description("Indicates whether the warhead button glass cover can be closed or not")]
public bool WarheadButtonClosable { get; set; } = false;

/// <summary>
Expand Down

0 comments on commit 7283b14

Please sign in to comment.