mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
fix tapion sync
This commit is contained in:
parent
79f476e424
commit
af6b96c114
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ function rpc.set_helpless(anger)
|
|||
end
|
||||
|
||||
function tapion.on_world_update()
|
||||
if GameGetFrameNum() % 60 == 57 then
|
||||
if ctx.is_host and GameGetFrameNum() % 60 == 57 then
|
||||
rpc.set_helpless(tonumber(GlobalsGetValue( "HELPLESS_KILLS", "1" )))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue