1
0
mirror of https://github.com/Wyrrrd/bbr-fix.git synced 2026-03-25 15:59:49 +01:00

Changed mod setting to int

This commit is contained in:
Wyrrrd
2021-09-06 23:28:10 +02:00
parent 13b8f9ef5c
commit db9a5ccdb3
9 changed files with 50 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
data:extend({
{
type = "bool-setting",
name = "bbr_fix_expensive",
default_value = "false",
type = "int-setting",
name = "bbr-fix-cost",
default_value = 1,
setting_type = "startup",
},
})