Fixed a weird autocomplete-induced typo.
This commit is contained in:
BattleJenkins 2017-04-10 00:00:01 -07:00 committed by Griatch
parent 12ff57d883
commit 86f42228f3

View file

@ -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