Updated readme to include curl and fix issue #748 (#756)

This commit is contained in:
TheGreenBandit
2023-01-02 09:38:10 -05:00
committed by GitHub
parent fc93f29f4a
commit 175d93f18a
2 changed files with 18 additions and 9 deletions

View File

@ -20,5 +20,5 @@ namespace big
}
};
seatbelt g_seatbelt("seatbelt", "Seatbelt", "Prevent you from falling off bikes or flying through the windshield", g.vehicle.no_water_collision);
seatbelt g_seatbelt("seatbelt", "Seatbelt", "Prevent you from falling off bikes or flying through the windshield", g.vehicle.seatbelt);
}