diff --git a/EliteAPI.Status/Ship/LegalState.cs b/EliteAPI.Status/Ship/LegalState.cs index ef53fdb9..590a6897 100644 --- a/EliteAPI.Status/Ship/LegalState.cs +++ b/EliteAPI.Status/Ship/LegalState.cs @@ -2,7 +2,14 @@ public enum LegalState { + Allied, Clean, + None, + Unknown, + Lawless, + Enemy, + WantedEnemy, + Hunter, IllegalCargo, Speeding, Wanted, @@ -10,5 +17,4 @@ public enum LegalState PassengerWanted, Warrant, Thargoid, - Allied }