Compare commits

...

2 Commits

Author SHA1 Message Date
MemoryShadow 0bd18ab841
Merge fb0a2d17f1 into bcd156e83b 2024-02-04 02:10:43 +00:00
MemoryShadow fb0a2d17f1 revert(start): Restore the default login behavior to mojang account 2024-02-04 02:10:33 +00:00
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")