From 45ebc2c1ad0e401247a8c48a2b026ff331e25f2d Mon Sep 17 00:00:00 2001 From: delizin Date: Sun, 2 Feb 2014 00:27:51 -0500 Subject: [PATCH] Fixed grammer in a Player.py string --- src/commands/default/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/player.py b/src/commands/default/player.py index c82ec9f471..42b1e05dbd 100644 --- a/src/commands/default/player.py +++ b/src/commands/default/player.py @@ -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 [=description]{n - create new character"