You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
:I'm not sure what those values mean though, I haven't found any docs.
The text was updated successfully, but these errors were encountered: