From 57b131b46331892bed62c3a30da6bf76169d2d44 Mon Sep 17 00:00:00 2001 From: Sarah Wesker Date: Fri, 15 Mar 2024 00:59:47 -0400 Subject: [PATCH] change server name --- src/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions.h b/src/definitions.h index 5d92990..20e5a17 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -4,7 +4,7 @@ #ifndef FS_DEFINITIONS_H #define FS_DEFINITIONS_H -inline constexpr auto STATUS_SERVER_NAME = "TFS Nekiro Downgrade"; +inline constexpr auto STATUS_SERVER_NAME = "Millhiore TFS Downgrade"; inline constexpr auto STATUS_SERVER_VERSION = "1.5+"; inline constexpr auto STATUS_SERVER_DEVELOPERS = "Mark Samman"; inline constexpr auto STATUS_SERVER_REPOSITORY = "https://github.com/MillhioreBT/forgottenserver-downgrade";