Fix armchair tutorial code example to match repo

This commit is contained in:
Griatch 2024-12-19 09:27:24 +01:00
parent 40aac81314
commit fb0fa25536
2 changed files with 2 additions and 2 deletions

View file

@ -386,7 +386,7 @@ We don't need a new CmdSet for this, instead we will add this to the default Cha
# ...
from commands import sittables
class CharacterCmdSet(CmdSet):
class CharacterCmdSet(default_cmds.CharacterCmdSet):
"""
(docstring)
"""