diff --git a/Projects/UOContent/Accounting/Security/PasswordWorker.cs b/Projects/UOContent/Accounting/Security/PasswordWorker.cs index 686872480..ac4983dcb 100644 --- a/Projects/UOContent/Accounting/Security/PasswordWorker.cs +++ b/Projects/UOContent/Accounting/Security/PasswordWorker.cs @@ -110,7 +110,7 @@ internal sealed class PasswordWorker private readonly Thread _thread; private readonly AutoResetEvent _work = new(false); - private readonly ConcurrentQueue _queue = new(); + private readonly ConcurrentQueue _queue = []; private int _pending; private volatile bool _exit;