mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix docstring on default port in launcher
This commit is contained in:
parent
8f9cbfd97d
commit
798d32c382
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ CREATED_NEW_GAMEDIR = \
|
|||
Make sure to create a superuser when asked for it (the email can
|
||||
be blank if you want). You should now be able to (by default)
|
||||
connect to your server on 'localhost', port 4000 using a
|
||||
telnet/mud client or http://localhost:8000 using your web browser.
|
||||
telnet/mud client or http://localhost:4001 using your web browser.
|
||||
If things don't work, check so those ports are open.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue