mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Made multi-command-match display on multiple lines
This commit is contained in:
parent
71389fd6fe
commit
8ac424c216
1 changed files with 1 additions and 1 deletions
|
|
@ -283,5 +283,5 @@ def at_multimatch_cmd(caller, matches):
|
|||
cmdname, arg, cmd, dum, dum = match
|
||||
|
||||
get_extra_info = cmd.get_extra_info(caller)
|
||||
string += "%s-%s%s" % (num + 1, cmdname, get_extra_info)
|
||||
string += "\n %s-%s%s" % (num + 1, cmdname, get_extra_info)
|
||||
return string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue