mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3066 from Tegiminis/spawnupdate-fix
Spawn/Update Typing Fix
This commit is contained in:
commit
c45b1124b7
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ def batch_update_objects_with_prototype(
|
|||
def _init(val, typ):
|
||||
return init_spawn_value(
|
||||
val,
|
||||
str,
|
||||
typ,
|
||||
caller=caller,
|
||||
prototype=new_prototype,
|
||||
protfunc_raise_errors=protfunc_raise_errors,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue