Add setting for no vehicles introduced after given year
This commit is contained in:
@@ -1770,6 +1770,7 @@ static SettingsContainer &GetSettingsTree()
|
||||
limitations->Add(new SettingEntry("station.never_expire_airports"));
|
||||
limitations->Add(new SettingEntry("vehicle.never_expire_vehicles"));
|
||||
limitations->Add(new SettingEntry("vehicle.no_expire_vehicles_after"));
|
||||
limitations->Add(new SettingEntry("vehicle.no_introduce_vehicles_after"));
|
||||
limitations->Add(new SettingEntry("vehicle.max_trains"));
|
||||
limitations->Add(new SettingEntry("vehicle.max_roadveh"));
|
||||
limitations->Add(new SettingEntry("vehicle.max_aircraft"));
|
||||
|
Reference in New Issue
Block a user