mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Typo fix
Fixed a weird autocomplete-induced typo.
This commit is contained in:
parent
12ff57d883
commit
86f42228f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue