Qbox-project / qbx_vehiclekeys

GNU General Public License v3.0
5 stars 41 forks source link

fix(client/functions): guard against vehicle not existing during raycast #124

Closed Manason closed 1 month ago

Manason commented 1 month ago

Observed an error executing IsEntityAVehicle function. Suspect it is due to a nil entity value, so adding this check.