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:
@@ -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",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user