From 39c6eaf8dec73bfda1893c91acf727169c1beb6c Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 29 Jul 2018 12:06:11 +0200 Subject: [PATCH] Fix destination setting in olc --- evennia/prototypes/menus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/prototypes/menus.py b/evennia/prototypes/menus.py index 3a3a4c4ff3..fb6543c70b 100644 --- a/evennia/prototypes/menus.py +++ b/evennia/prototypes/menus.py @@ -1600,7 +1600,7 @@ def node_destination(caller): options = _wizard_options("destination", "home", "prototype_desc", search=True) options.append({"key": "_default", "goto": (_set_property, - dict(prop="dest", + dict(prop="destination", processor=lambda s: s.strip()))}) return text, options