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,
|
Downloading,
|
||||||
Seeding,
|
Seeding,
|
||||||
Completed,
|
Completed,
|
||||||
Paused,
|
|
||||||
Stopped,
|
Stopped,
|
||||||
Active,
|
Active,
|
||||||
Inactive,
|
Inactive,
|
||||||
|
|||||||
@@ -352,9 +352,7 @@ namespace Lantean.QBTMud.Services
|
|||||||
return _statusArray;
|
return _statusArray;
|
||||||
}
|
}
|
||||||
|
|
||||||
_statusArray = Enum.GetValues<Status>()
|
_statusArray = Enum.GetValues<Status>();
|
||||||
.Where(s => s != Status.Paused)
|
|
||||||
.ToArray();
|
|
||||||
|
|
||||||
return _statusArray;
|
return _statusArray;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user