Skip to content

Commit

Permalink
Wanted and Detained
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Dec 7, 2024
1 parent e5ad2de commit 2987f66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public sealed partial class SecWatchCartridgeComponent : Component
[DataField]
public List<SecurityStatus> Statuses = new()
{
/// SecurityStatus.Suspected,
SecurityStatus.Wanted
SecurityStatus.Wanted,
SecurityStatus.Detained
};

/// <summary>
Expand Down

0 comments on commit 2987f66

Please sign in to comment.