Fixed some strange behaviour in the help system due to recent changes in how cmdsets are merged by cmdhandler.

This commit is contained in:
Griatch 2010-09-02 18:14:45 +00:00
parent e767b3458a
commit 9be2b5a64b
3 changed files with 49 additions and 16 deletions

View file

@ -70,8 +70,6 @@ caller.msg("A %s was created." % red_button.key)
# again (so as to avoid duplicate objects when testing the script many
# times).
caller.msg(limbo.key)
# the python variables we assign to must match the ones given in the
# header for the system to be able to delete them afterwards during a
# debugging run.