From 096c04e41849cf6ba1ad0cd33a099bbce7a0cbab Mon Sep 17 00:00:00 2001 From: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:35:08 +0000 Subject: [PATCH] Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. Author: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com> On branch nwy-wings Changes to be committed: modified: server/crash.go modified: system/const.go --- server/crash.go | 2 +- system/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/crash.go b/server/crash.go index f413383..e77aead 100644 --- a/server/crash.go +++ b/server/crash.go @@ -70,7 +70,7 @@ func (s *Server) handleServerCrash() error { } s.PublishConsoleOutputFromDaemon("---------- Detected server process in a crashed state! ----------") - s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support. ----------") + s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support at support@nightwayhosting.com or create a support ticket using our website https://nightwayhosting.com ----------") s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Exit code: %d", exitCode)) s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Out of memory: %t", oomKilled)) diff --git a/system/const.go b/system/const.go index aebbc68..b8e8df5 100644 --- a/system/const.go +++ b/system/const.go @@ -1,3 +1,3 @@ package system -var Version = "develop" +var Version = "nwy-wings"