From 86f42228f3a7fcae592ce03e14a431b16b05294d Mon Sep 17 00:00:00 2001 From: BattleJenkins Date: Mon, 10 Apr 2017 00:00:01 -0700 Subject: [PATCH] Typo fix Fixed a weird autocomplete-induced typo. --- evennia/contrib/clothing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/clothing.py b/evennia/contrib/clothing.py index a6ac2d7965..3b76a2d2a0 100644 --- a/evennia/contrib/clothing.py +++ b/evennia/contrib/clothing.py @@ -51,7 +51,7 @@ inherit from ClothedCharacter in your game's characters.py file: class Character(ClothedCharacter): -And do the same with the ClothedCharacterCmdSet in your game'same +And do the same with the ClothedCharacterCmdSet in your game's default_cmdsets.py: from evennia.contrib.clothing import ClothedCharacterCmdSet