Qbox-project / qbx_radialmenu

Deprecated. Use ox_lib radial menu directly
GNU General Public License v3.0
9 stars 27 forks source link

fix: Call correct event so doors now can be toggled #46

Closed rasm945i closed 6 months ago

rasm945i commented 7 months ago

Description

Currently an invalid event is called when toggling the doors. I call the correct event.

Checklist

solareon commented 6 months ago

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?

rasm945i commented 6 months ago

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 was only supposed to be changes to the config, I'm unsure how I messed up so bad, I apologize.

rasm945i commented 6 months ago

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

BerkieBb commented 6 months ago

Revert everything besides the changes in the config, they are not necessary. The cl_vehicle stuff should be in a separate PR

rasm945i commented 6 months ago

I hope I did it right. TIL that the first thing I do after forking something, is to create a branch for my personal adjustments to avoid this kind of mess.