mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Fix bug when no help entry was found.
This commit is contained in:
parent
6882d2451d
commit
be3e3ef109
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class CmdHelp(Command):
|
|||
return
|
||||
|
||||
# no exact matches found. Just give suggestions.
|
||||
self.msg(format_help_entry("", "No help entry found for '%s'" % query, None, suggested=suggestions))
|
||||
self.msg(self.format_help_entry("", "No help entry found for '%s'" % query, None, suggested=suggestions))
|
||||
|
||||
|
||||
class CmdSetHelp(COMMAND_DEFAULT_CLASS):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue