diff --git a/main.go b/main.go index 3c005a59..354b4b56 100755 --- a/main.go +++ b/main.go @@ -37,10 +37,10 @@ func main() { //debug.SetMaxThreads(1000) flag.Parse() - if *cleanDB { fact.LoadPlayers(true, true) fact.WritePlayers() + fmt.Println("Database cleaned.") os.Exit(0) return }