mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 17:39:27 +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. '
|
||||
'Do you want to change this?' % password) == 'y':
|
||||
serverpassword = ''
|
||||
if not password:
|
||||
if not serverpassword:
|
||||
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
|
||||
reason it just won't work, it might be that you need to set a
|
||||
|
Loading…
Reference in New Issue
Block a user