mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
fixing spawn/update to respect value type instead of converting to string
(cherry picked from commit 7bf869fcade0a659dcd4d42ba205871d6dc32a3a)
This commit is contained in:
parent
737fd9ded9
commit
b63b513dda
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