mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
dont try to sync file-less entities
This commit is contained in:
parent
44464947f7
commit
1ac29cd26f
2 changed files with 13 additions and 13 deletions
|
@ -71,8 +71,7 @@ function effect_sync.get_sync_data(entity, perks)
|
|||
else
|
||||
table.insert(sync_data, name)
|
||||
end
|
||||
else
|
||||
table.insert(sync_data, util.serialize_entity(effect))
|
||||
--[[else table.insert(sync_data, util.serialize_entity(effect))]]
|
||||
end
|
||||
end
|
||||
return sync_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue