From 03dcdd81cdea4f8994580315cde98d4c9ad133fa Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 30 Sep 2017 16:57:51 +0200 Subject: [PATCH] Fix documentation error in contrib/multidescer. Resolves #1447. --- evennia/contrib/multidescer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/multidescer.py b/evennia/contrib/multidescer.py index 32b2c00d53..cf6c5ec039 100644 --- a/evennia/contrib/multidescer.py +++ b/evennia/contrib/multidescer.py @@ -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