mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Fix destination setting in olc
This commit is contained in:
parent
5c84b1c406
commit
39c6eaf8de
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue