-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix: Call correct event so doors now can be toggled #46
Conversation
I see the fixes for the radial menu but what are all these additional changes with moving out the vehicle menu into a separate file? |
This is very awkward. I think I accidentally pushed the wrong thing. I made personal changes (removed things and adjusted when menus are shown) which is what you mention. |
It's only the first commit, the one starting with "fix: " that's supposed to be pulled. I have no clue why the rest got smushed into this pullrequest |
Revert everything besides the changes in the config, they are not necessary. The cl_vehicle stuff should be in a separate PR |
I hope I did it right. |
Description
Currently an invalid event is called when toggling the doors. I call the correct event.
Checklist