Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sticky interaction is broken #65

Open
ea7ababe opened this issue May 9, 2018 · 0 comments
Open

Sticky interaction is broken #65

ea7ababe opened this issue May 9, 2018 · 0 comments

Comments

@ea7ababe
Copy link

ea7ababe commented May 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant