Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update for Airports
Browse files Browse the repository at this point in the history
  • Loading branch information
drok committed Feb 12, 2022
1 parent caec049 commit f83e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TransferBroker/Manager/TransferBroker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal class TransferBroker
public Dictionary<ushort, List<ushort>> cargoConnections;
#endif

public const TransferManager.TransferReason LAST_VALID_REASON = TransferManager.TransferReason.IntercityBus;
public const TransferManager.TransferReason LAST_VALID_REASON = TransferManager.TransferReason.BiofuelBus;
public const string ACTIVATION_BUILDING = "Transport Tower";
public const float MINIMUM_ACTIVATION_PARAM = 1f;
public const float MAXIMUM_ACTIVATION_PARAM = 4f;
Expand Down

0 comments on commit f83e65e

Please sign in to comment.