ColombuxMaximus

Results 2 comments of ColombuxMaximus

> @ColombuxMaximus Thanks for the PR. Do you intend to fix this properly? I'll try later, let's close this PR

this should fix it ? didn't test ``` int CLuaVehicleDefs::GetVehicleWheelFrictionState(CClientVehicle* pVehicle, unsigned char wheel) { if (wheel < 0 || wheel > 3) throw std::invalid_argument("Invalid wheel number"); const auto type...