Update fieldfill.py
Update fieldfill location in evmenu so that it can find the startnode correctly.
This commit is contained in:
parent
0bde1a034b
commit
0c3f0af1ab
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ def init_fill_field(
|
||||||
# Initialize menu of selections
|
# Initialize menu of selections
|
||||||
FieldEvMenu(
|
FieldEvMenu(
|
||||||
caller,
|
caller,
|
||||||
"evennia.contrib.utils.fieldfill",
|
"evennia.contrib.utils.fieldfill.fieldfill",
|
||||||
startnode="menunode_fieldfill",
|
startnode="menunode_fieldfill",
|
||||||
auto_look=False,
|
auto_look=False,
|
||||||
persistent=persistent,
|
persistent=persistent,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue