Fix documentation error in contrib/multidescer. Resolves #1447.

This commit is contained in:
Griatch 2017-09-30 16:57:51 +02:00
parent 64fa098373
commit 03dcdd81cd

View file

@ -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