Natives_universal.lua - Two Functions, One Name

natives_universal.lua - Line 26.561 - 26.567

function Global.SetVehicleGravity(vehicle, gravity) --Float
	return _in(0x7b2a6dc, vehicle, gravity)
end

function Global.SetVehicleGravity(vehicle, toggle) --Toggle
	return _in(0x89F149B6131E57DA, vehicle, toggle)
end

Both use the same Name, so it is just possible to use the first one. No big deal if I call it by the Hash but I wanted to tell you guys about it so you can fix it.

@ikt @thers :slightly_frowning_face:

@thers already fixed it in this not-yet-accepted PR though.