mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 23:04:16 +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,10 +77,11 @@ public class RequestQueueService : IHostedService
|
||||||
if (idx >= 0)
|
if (idx >= 0)
|
||||||
{
|
{
|
||||||
_userQueueRequests[idx] = null;
|
_userQueueRequests[idx] = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
_queueRemoval[requestId] = user;
|
_queueRemoval[requestId] = user;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue