mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 15:56:30 +01:00
fix stray quotes
thanks sk33t3rson for the catch
This commit is contained in:
parent
6a07aaa740
commit
765e8bc1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ def menunode_choose_name(caller, raw_string, **kwargs):
|
|||
|
||||
help = "You'll have a chance to change your mind before confirming, even if the name is free."
|
||||
# since this is a free-text field, we just have the one
|
||||
options = { "key": "_default", "goto": "_check_charname" }
|
||||
options = { "key": "_default", "goto": _check_charname }
|
||||
return (text, help), options
|
||||
|
||||
def _check_charname(caller, raw_string, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue