mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Polish and such
This commit is contained in:
parent
b475ce9289
commit
448f43a71f
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ def menunode_fieldfill(caller, raw_string, **kwargs):
|
|||
newvalue = entry[1].strip()
|
||||
|
||||
# Syntax error of field name is too short or blank
|
||||
if len(fieldname) < 3:
|
||||
if len(fieldname) < 1:
|
||||
caller.msg(syntax_err)
|
||||
text = (None, help_text)
|
||||
return text, options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue