mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Fixed some strange behaviour in the help system due to recent changes in how cmdsets are merged by cmdhandler.
This commit is contained in:
parent
e767b3458a
commit
9be2b5a64b
3 changed files with 49 additions and 16 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue