Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Dec 2, 2023
1 parent c87c3dc commit f29db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion road_vehicle/vehicles/lorries/yellowriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
power=ALorry.kW(103),
weight=6.8,
techclass="h_truck",
cargo_capacity=8.2,
cargo_capacity=8,
default_cargo_type=0,
real_dimensions=(7.6, 2.4, 2.6),
axle_track=(1.927, 1.755), # Škoda 706 RT values
Expand Down

0 comments on commit f29db33

Please sign in to comment.