Update fieldfill.py

Update fieldfill location in evmenu so that it can find the startnode correctly.
This commit is contained in:
Antrare 2023-01-02 10:12:53 +11:00 committed by GitHub
parent 0bde1a034b
commit 0c3f0af1ab

View file

@ -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,