15 lines
513 B
Lua
15 lines
513 B
Lua
------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
-- startup settings
|
|
|
|
data:extend({
|
|
{
|
|
type = "bool-setting",
|
|
name = "deadlock-force-research-queue",
|
|
order = "a",
|
|
setting_type = "startup",
|
|
default_value = false,
|
|
},
|
|
})
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------------------ |