mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Some typos in editor due to changes to how msg() works in wclient branch.
This commit is contained in:
parent
7e62f02f0a
commit
6b8b3907e3
1 changed files with 1 additions and 1 deletions
|
|
@ -750,7 +750,7 @@ class EvEditor(object):
|
|||
else:
|
||||
main = "\n".join(lines)
|
||||
string = "%s\n%s\n%s" % (header, main, footer)
|
||||
self._caller.msg(string, options={"raw":raw})
|
||||
self._caller.msg(string, options=options)
|
||||
|
||||
def display_help(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue