From 6b8b3907e32a149e2ba6c3a56c3caa7155227b26 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 16 Apr 2016 22:32:10 +0200 Subject: [PATCH] Some typos in editor due to changes to how msg() works in wclient branch. --- evennia/utils/eveditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/utils/eveditor.py b/evennia/utils/eveditor.py index 9981ed2f36..1a584d852b 100644 --- a/evennia/utils/eveditor.py +++ b/evennia/utils/eveditor.py @@ -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): """