mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
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
|
||||
FieldEvMenu(
|
||||
caller,
|
||||
"evennia.contrib.utils.fieldfill",
|
||||
"evennia.contrib.utils.fieldfill.fieldfill",
|
||||
startnode="menunode_fieldfill",
|
||||
auto_look=False,
|
||||
persistent=persistent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue