add def settings

This commit is contained in:
YouROK
2021-03-05 11:29:40 +03:00
parent 80a5df7a47
commit 740b755f49
3 changed files with 19 additions and 3 deletions

View File

@@ -76,6 +76,10 @@ func loadBTSets() {
log.TLogln("Error unmarshal btsets", err)
}
SetDefault()
}
func SetDefault() {
sets := new(BTSets)
sets.EnableDebug = false
sets.DisableUTP = true