diff --git a/src/client/gui/screens/CreditsScreen.cpp b/src/client/gui/screens/CreditsScreen.cpp index 1412fff..ae2c224 100644 --- a/src/client/gui/screens/CreditsScreen.cpp +++ b/src/client/gui/screens/CreditsScreen.cpp @@ -38,7 +38,8 @@ void CreditsScreen::init() { _lines.push_back("InviseDivine"); _lines.push_back("Kolyah35"); _lines.push_back(""); - _lines.push_back("[Gold]Join our Discord server:[/Gold] [Green]url.....[/Green]"); + // avoid color tags around the URL so it isn't mangled by the parser please + _lines.push_back("Join our Discord server: https://discord.gg/c58YesBxve"); _scrollSpeed = 0.5f; _scrollY = height; // start below screen }