revert(start): Restore the default login behavior to mojang account

This commit is contained in:
MemoryShadow 2024-02-04 02:10:33 +00:00
parent 498ee69ea0
commit fb0a2d17f1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def get_options():
parser = OptionParser()
parser.add_option("-a", "--authentication-method", dest="auth",
default="microsoft",
default="mojang",
help="what to use for authentication, "
"allowed values are: microsoft, mojang")