Skip to content

Commit

Permalink
Set max tracking station level to 11 (#2489)
Browse files Browse the repository at this point in the history
* Set max tracking station level to 11

* Missed guidance contracts
  • Loading branch information
Capkirk123 authored Feb 11, 2025
1 parent 0a7d57a commit b9ba038
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CONTRACT_TYPE
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CONTRACT_TYPE
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CONTRACT_TYPE
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CONTRACT_TYPE
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CONTRACT_TYPE
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CONTRACT_TYPE {
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}

PARAMETER {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CONTRACT_TYPE {
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}

PARAMETER {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CONTRACT_TYPE {
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}

PARAMETER {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CONTRACT_TYPE {
type = Facility
facility = TrackingStation
minLevel = 4
maxLevel = 10
maxLevel = 11
}

PARAMETER {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CONTRACT_TYPE {
type = Facility
facility = TrackingStation
minLevel = 7
maxLevel = 9
maxLevel = 11
}
PARAMETER {
Expand Down

0 comments on commit b9ba038

Please sign in to comment.