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();