fix bad key lookup in manager
This commit is contained in:
parent
1b773f21c6
commit
56aec53e72
@ -240,7 +240,7 @@ namespace IW4MAdmin.Application
|
|||||||
}
|
}
|
||||||
|
|
||||||
// remove the update tasks as they have completed
|
// remove the update tasks as they have completed
|
||||||
foreach (var serverId in serverTasksToRemove)
|
foreach (var serverId in serverTasksToRemove.Where(serverId => runningUpdateTasks.ContainsKey(serverId)))
|
||||||
{
|
{
|
||||||
if (!runningUpdateTasks[serverId].tokenSource.Token.IsCancellationRequested)
|
if (!runningUpdateTasks[serverId].tokenSource.Token.IsCancellationRequested)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user