mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Fixed grammer in a Player.py string
This commit is contained in:
parent
f8da1100fb
commit
45ebc2c1ad
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class CmdOOCLook(MuxPlayerCommand):
|
|||
|
||||
if is_su or len(characters) < MAX_NR_CHARACTERS:
|
||||
if not characters:
|
||||
string += "\n\n You don't have any character yet. See {whelp @charcreate{n for creating one."
|
||||
string += "\n\n You don't have any characters yet. See {whelp @charcreate{n for creating one."
|
||||
else:
|
||||
string += "\n {w@charcreate <name> [=description]{n - create new character"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue