mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-02 18:10:33 -05:00
Display mute penalties on profile
Expire mute penalties on unmute
This commit is contained in:
@ -4,7 +4,7 @@ namespace Mute;
|
||||
|
||||
public class MuteStateMeta
|
||||
{
|
||||
public string Reason { get; set; } = string.Empty;
|
||||
public string? Reason { get; set; }
|
||||
public DateTime? Expiration { get; set; }
|
||||
public MuteState MuteState { get; set; }
|
||||
[JsonIgnore] public bool CommandExecuted { get; set; }
|
||||
|
Reference in New Issue
Block a user