-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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' thenI'm not sure what those values mean though, I haven't found any docs.
Metadata
Metadata
Assignees
Labels
No labels