1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-06-04 00:06:38 +02:00

Quick fix setting for manual turret fill

This commit is contained in:
Wyrrrd
2024-11-08 17:09:49 +01:00
parent ad2e1d597b
commit 3c2316878a
5 changed files with 18 additions and 2 deletions
+6
View File
@@ -34,4 +34,10 @@ data:extend({
default_value = 8,
minimum_value = 0
},
{
type = "bool-setting",
name = "gun-turret-alerts-z-automated-full",
setting_type = "runtime-per-user",
default_value = true
},
})