mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Update fieldfill.py
Update fieldfill location in evmenu so that it can find the startnode correctly.
This commit is contained in:
parent
60a4626d79
commit
ad6c564275
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