mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-03 13:33:19 +00:00
Removed paused state.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
Downloading,
|
||||
Seeding,
|
||||
Completed,
|
||||
Paused,
|
||||
Stopped,
|
||||
Active,
|
||||
Inactive,
|
||||
|
||||
@@ -352,9 +352,7 @@ namespace Lantean.QBTMud.Services
|
||||
return _statusArray;
|
||||
}
|
||||
|
||||
_statusArray = Enum.GetValues<Status>()
|
||||
.Where(s => s != Status.Paused)
|
||||
.ToArray();
|
||||
_statusArray = Enum.GetValues<Status>();
|
||||
|
||||
return _statusArray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user