mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Fix documentation error in contrib/multidescer. Resolves #1447.
This commit is contained in:
parent
64fa098373
commit
03dcdd81cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ also adds the short descriptions and the `sdesc` command).
|
|||
Installation:
|
||||
|
||||
Edit `mygame/commands/default_cmdsets.py` and add
|
||||
`from contrib.multidesc import CmdMultiDesc` to the top.
|
||||
`from evennia.contrib.multidescer import CmdMultiDesc` to the top.
|
||||
|
||||
Next, look up the `at_cmdset_create` method of the `CharacterCmdSet`
|
||||
class and add a line `self.add(CmdMultiDesc())` to the end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue