Skip to content

Commit

Permalink
Set max tracking station level to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jan 22, 2025
1 parent b0d7664 commit 540ea3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 540ea3e

Please sign in to comment.