jumpAction automatically enables itself

Hey guys, im creating a custom movement script using Spacebar and ButtonA. The problem is even when i Unbind the action , when i check the dev console it automatically enables itself again. Has anyone had this issue before? How do i permanently disable jumpAction? Thank you.

Alright, can you send the code. We can’t work off nothing here.
What exactly happens? Your statement is extremely vague. The action?? What action among the two? You said “it” so it suggests one action, and you just mentioned jumpAction?? What is jumpAction in this context? A function of your own?

Take the time and explain clearly what you’re asking.

Its okay i fixed it by changing the BindActionPriority. I made the BindActionPriority bigger than the jumpAction Priority.