From 16640fa9234717664c5afc03d8598225687f9241 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 3a3a4c4ff..fb6543c70 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