mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
fix spectate shield
This commit is contained in:
parent
a12f1d4e32
commit
e3a22b94fa
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ function module.on_world_update()
|
|||
for shield_id, shield in pairs(shield_entities) do
|
||||
if ctx.players[shield_id] == nil then
|
||||
shield_entities[shield_id] = nil
|
||||
goto continue
|
||||
end
|
||||
if peer_id == shield[1] then
|
||||
local shield_ent = shield[2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue