Skip to content

Commit

Permalink
Make DefaultAuthenticator non-sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Dec 5, 2021
1 parent ee577c8 commit 12ba611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Authentication/Authenticator.cs
Expand Up @@ -82,7 +82,7 @@ public abstract class Authenticator
}

/// <summary> Authenticator that loads/stores passwords in /extra/passwords folder </summary>
public sealed class DefaultAuthenticator : Authenticator
public class DefaultAuthenticator : Authenticator
{
const string PASS_FOLDER = "extra/passwords/";

Expand Down

0 comments on commit 12ba611

Please sign in to comment.