Skip to content

Commit

Permalink
moved sleep to DoExit
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Jan 20, 2025
1 parent ccbb990 commit 92dc382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func main() {
fact.QuitFactorio("Server quitting...")
fact.WaitFactQuit(false)

time.Sleep(time.Second * 2)
fact.DoExit(false)
}

Expand Down

0 comments on commit 92dc382

Please sign in to comment.