fix: Fixes bad password with SHA1/SHA2 (#1952)

This commit is contained in:
Kamron Batman 2024-09-12 17:20:44 -07:00 committed by GitHub
parent 257825dc23
commit 8639ed2210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -463,7 +463,6 @@ public static class Core
// Handle networking
NetState.Slice();
// PingServer.Slice();
// Execute captured post-await methods (like Timer.Pause)
LoopContext.ExecuteTasks();