From b116134affc2905c376ed75323c39b68082c97da Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Thu, 7 Mar 2024 01:02:48 -0500 Subject: [PATCH] Remove branding overlay --- src/client/component/branding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp index 9bd096d4..444ed969 100644 --- a/src/client/component/branding.cpp +++ b/src/client/component/branding.cpp @@ -39,7 +39,7 @@ namespace branding #ifdef DEBUG const auto text = "h1-mod: " VERSION " (" __DATE__ " " __TIME__ ")"; #else - const auto text = "h1-mod: " VERSION; + const auto text = ""; // Ahrimdon #endif const auto placement = game::ScrPlace_GetViewPlacement();