The regex .+) matched '76561198984102849/' instead of just the SteamID. Changed to [^/]+) which stops at the trailing slash. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The regex .+) matched '76561198984102849/' instead of just the SteamID. Changed to [^/]+) which stops at the trailing slash. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>