From 582b1cf2ee6d9c259b33b253b7ad4b0e4e8ac562 Mon Sep 17 00:00:00 2001 From: Distortions81 Date: Tue, 26 Mar 2024 14:26:32 -0600 Subject: [PATCH] fix horrible typo --- support/supportUtil.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/supportUtil.go b/support/supportUtil.go index 542ec9b5..4d734a3c 100755 --- a/support/supportUtil.go +++ b/support/supportUtil.go @@ -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) @@ -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)