Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Dec 3, 2023
1 parent 286dd33 commit ddde2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ddde2cb

Please sign in to comment.