mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
small change to sync the doc example with imported name in game_template/commands/command.py
This commit is contained in:
parent
36ded8408d
commit
1ef4431ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ module has all the imports already set up along with some useful documentation.
|
|||
the bottom of this file:
|
||||
|
||||
```python
|
||||
class CmdAbilities(Command):
|
||||
class CmdAbilities(BaseCommand):
|
||||
"""
|
||||
List abilities
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue