Skip to content

Sticky interaction is broken #65

@ea7ababe

Description

@ea7ababe

I have just installed the mod and noticed that the sticky interaction feature doesn't work. When I interact with something and press RMB, the red flashing circle appears, but after releasing F the action gets interrupted.

After some grepping through sources and logging I got it fixed by changing line 1735 in poco/Hud3.lua:

1735c1735
< 				if caller == '_check_action_interact' then
---
> 				if caller == '_update_check_actions' then

I'm not sure what those values mean though, I haven't found any docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions