starting spawn

This commit is contained in:
Brevven 2022-12-04 16:16:26 -08:00
parent bd292e4489
commit b78485eaa5
5 changed files with 26 additions and 1 deletions

View file

@ -32,4 +32,11 @@ data:extend({
setting_type = "startup",
default_value = true,
},
{
type = "bool-setting",
name = "bzgas-force-spawn",
setting_type = "runtime-global",
default_value = true,
},
})