mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix traceback when setting prototype parent
This commit is contained in:
parent
7f41e5a649
commit
ac8075385f
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ def _prototype_parent_actions(caller, raw_inp, **kwargs):
|
|||
return "node_prototype_parent"
|
||||
|
||||
|
||||
def _prototype_parent_select(caller, new_parent):
|
||||
def _prototype_parent_select(caller, new_parent, **kwargs):
|
||||
ret = None
|
||||
prototype_parent = protlib.search_prototype(new_parent)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue