mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Polish and such
This commit is contained in:
parent
b0402e47df
commit
20eda1e88f
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