mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:37:22 +01:00
return in RemoveFromQueue always when not in queue
This commit is contained in:
parent
c0f96d075b
commit
20d8970a15
1 changed files with 2 additions and 1 deletions
|
|
@ -77,9 +77,10 @@ public class RequestQueueService : IHostedService
|
|||
if (idx >= 0)
|
||||
{
|
||||
_userQueueRequests[idx] = null;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
_queueRemoval[requestId] = user;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue