mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Remove calls to maybe_disable_physics
This commit is contained in:
parent
5a47855bb8
commit
869ebbc4ab
1 changed files with 0 additions and 2 deletions
|
@ -307,7 +307,6 @@ function rpc.initial_items(item_list)
|
|||
if item == nil then
|
||||
local item_new = inventory_helper.deserialize_single_item(item_data)
|
||||
add_stuff_to_globalized_item(item_new, item_data.gid)
|
||||
maybe_disable_physics(item_new)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -320,7 +319,6 @@ function rpc.item_globalize(item_data)
|
|||
end
|
||||
local item = inventory_helper.deserialize_single_item(item_data)
|
||||
add_stuff_to_globalized_item(item, item_data.gid)
|
||||
maybe_disable_physics(item)
|
||||
end
|
||||
|
||||
rpc.opts_reliable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue