mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
fixing spawn/update to respect value type instead of converting to string
(cherry picked from commit 7bf869fcade0a659dcd4d42ba205871d6dc32a3a)
This commit is contained in:
parent
32c643a45b
commit
0ec21154e9
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