1
0
mirror of https://github.com/Wyrrrd/bbr-fix.git synced 2026-03-26 00:09:50 +01:00

Initial release

This commit is contained in:
Wyrrrd
2020-03-19 23:05:23 +01:00
parent 0d049160c9
commit afcb091b3d
9 changed files with 54 additions and 0 deletions

8
settings.lua Normal file
View File

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