mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 10:15:55 +01:00
revert(start): Restore the default login behavior to mojang account
This commit is contained in:
parent
498ee69ea0
commit
fb0a2d17f1
2
start.py
2
start.py
@ -15,7 +15,7 @@ def get_options():
|
|||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
|
|
||||||
parser.add_option("-a", "--authentication-method", dest="auth",
|
parser.add_option("-a", "--authentication-method", dest="auth",
|
||||||
default="microsoft",
|
default="mojang",
|
||||||
help="what to use for authentication, "
|
help="what to use for authentication, "
|
||||||
"allowed values are: microsoft, mojang")
|
"allowed values are: microsoft, mojang")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user