mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
fix tower tether not working from host
This commit is contained in:
parent
44319eef0a
commit
4d3706ee24
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ local was_not_hm = false
|
|||
|
||||
local was_notplayer = false
|
||||
|
||||
function module.on_world_update_client()
|
||||
function module.on_world_update()
|
||||
if GameGetFrameNum() % 10 == 7 then
|
||||
local x2, y2 = EntityGetTransform(ctx.my_player.entity)
|
||||
if is_in_box(9200, 11000, 8300, 9800, x2, y2) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue