Skip to content

Commit

Permalink
add 55k ring road
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jan 11, 2025
1 parent 9c1332c commit cd118f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/main/java/xaeroplus/module/impl/Highways.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class Highways extends Module {
private int highwaysColor = getColor(0, 0, 255, 100);

// Highway data sourced from: https://www.desmos.com/calculator/ogsleiq29o
// Highway data sourced from: https://www.desmos.com/calculator/oexoz81fxy

/**
* Known Errors / Missing Data
Expand All @@ -41,6 +41,7 @@ public class Highways extends Module {
20000,
25000,
50000,
55000,
62500,
100000,
125000,
Expand Down

0 comments on commit cd118f8

Please sign in to comment.