Removed single quote parsing from player 'connect' and 'create' command parsers.

This commit is contained in:
Trent Robbins 2016-09-26 01:53:32 -07:00 committed by Griatch
parent cd04ea4c62
commit 89c3a1f846
2 changed files with 11 additions and 11 deletions

View file

@ -15,7 +15,7 @@ DEFAULT_SCREEN = \
If you need to create an account, type (without the <>'s):
{wcreate <username> <password>{n
If you have spaces in your username, enclose it in quotes.
If you have spaces in your username, enclose it in double quotes.
Enter {whelp{n for more info. {wlook{n will re-show this screen.
{b=============================================================={n""" \
% (settings.SERVERNAME, utils.get_evennia_version())