Skip to content

Commit

Permalink
fix horrible typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Mar 26, 2024
1 parent 974b06f commit 582b1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/supportUtil.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func checkHours() {
graceString = " Server will shut down in 10 minutes."
}
if !WithinHours() && fact.FactIsRunning {
buf := fmt.Sprintf("It no longer between %v - %v GMT.%v",
buf := fmt.Sprintf("The current time is no longer between the hours of %v - %v GMT. %v",
cfg.Local.Options.PlayStartHour,
cfg.Local.Options.PlayEndHour,
graceString)
Expand Down Expand Up @@ -58,7 +58,7 @@ func checkHours() {
fact.QuitFactorio("Time is up...")
}
} else if WithinHours() && !fact.FactIsRunning {
buf := fmt.Sprintf("It is now between %v - %v GMT. Server will now start.",
buf := fmt.Sprintf("The current time is now between the hours of %v - %v GMT. Server will now start.",
cfg.Local.Options.PlayStartHour,
cfg.Local.Options.PlayEndHour)

Expand Down

0 comments on commit 582b1cf

Please sign in to comment.