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

@ -14,7 +14,7 @@
finds `big sword` even if another type of sword is around (InspectorCaracal)
- [Fix][pull3690]: In searches, allow special 'here' and 'me' keywords only be valid queries
unless current location and/or caller is in valid search candidates respectively (InspectorCaracal)
- [Docs]: Fixes from InspectorCaracal
- [Docs]: Fixes from InspectorCaracal, Griatch
[pull3633]: https://github.com/evennia/evennia/pull/3633

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)
"""