mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 04:08:17 -06:00
removed unused setting
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.3.0
|
||||
Date: 2022-1-7
|
||||
Version: 1.2.10
|
||||
Date: 2022-1-9
|
||||
Changes:
|
||||
- Improved performance when fuel threshold is set to 1
|
||||
Bugfixes:
|
||||
- Fixed a bug where it was possible for a single station to be updated twice per dispatch cycle, which could cause a crash
|
||||
- Fixed a crash where trains would sometimes think a destoyed depot still exists
|
||||
- Removed unfinished mod setting with the broken translation key
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.9
|
||||
Date: 2022-1-7
|
||||
|
||||
@@ -267,7 +267,7 @@ local migrations_table = {
|
||||
train.use_any_depot = true
|
||||
end
|
||||
end,
|
||||
["1.3.0"] = function()
|
||||
["1.2.10"] = function()
|
||||
---@type MapData
|
||||
local map_data = global
|
||||
map_data.warmup_station_cycles = {}
|
||||
|
||||
@@ -102,13 +102,13 @@ data:extend({
|
||||
setting_type = "runtime-global",
|
||||
default_value = false,
|
||||
},
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "cybersyn-history-length",
|
||||
setting_type = "runtime-global",
|
||||
minimum_value = 10,
|
||||
maximum_value = 1000,
|
||||
default_value = 50,
|
||||
order = "ea",
|
||||
},
|
||||
--{
|
||||
-- type = "int-setting",
|
||||
-- name = "cybersyn-history-length",
|
||||
-- setting_type = "runtime-global",
|
||||
-- minimum_value = 10,
|
||||
-- maximum_value = 1000,
|
||||
-- default_value = 50,
|
||||
-- order = "ea",
|
||||
--},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user