mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 18:52:45 +01:00
Forgot one password -> serverpassword change.
This commit is contained in:
parent
a73f4bd751
commit
ef4efab1a8
@ -316,7 +316,7 @@ def main():
|
|||||||
if yn('You\'ve already got a default password of %s. '
|
if yn('You\'ve already got a default password of %s. '
|
||||||
'Do you want to change this?' % password) == 'y':
|
'Do you want to change this?' % password) == 'y':
|
||||||
serverpassword = ''
|
serverpassword = ''
|
||||||
if not password:
|
if not serverpassword:
|
||||||
myPrint("""Some servers require a password to connect to them. Most
|
myPrint("""Some servers require a password to connect to them. Most
|
||||||
public servers don't. If you try to connect to a server and for some
|
public servers don't. If you try to connect to a server and for some
|
||||||
reason it just won't work, it might be that you need to set a
|
reason it just won't work, it might be that you need to set a
|
||||||
|
Loading…
Reference in New Issue
Block a user