mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 06:08:11 -06:00
added train timeout
This commit is contained in:
@@ -36,4 +36,13 @@ data:extend({
|
||||
minimum_value = 0,
|
||||
maximum_value = 2147483647,
|
||||
},
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "cybersyn-stuck-train-time",
|
||||
order = "ad",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 600,
|
||||
minimum_value = 0,
|
||||
maximum_value = 2147483647,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user