Apply suggestion from @kamronbatman

This commit is contained in:
Kamron Batman 2026-08-08 22:51:00 -07:00 committed by GitHub
parent 9434743a35
commit e2295ec611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,8 +71,6 @@ public static class AccountHandler
{
EventSink.AccountLogin += EventSink_AccountLogin;
// Wired here because AssemblyHandler only discovers public static Configure/Initialize,
// and PasswordWorker is internal.
EventSink.Shutdown += PasswordWorker.Shutdown;
EventSink.ServerCrashed += PasswordWorker.OnCrashed;
}