angryzeroandCopilot 93a6cb09e4 fix: player info regex greedily captured trailing slash
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>
2026-06-13 18:49:41 +02:00
2016-02-28 16:41:42 +00:00
S
Description
No description provided
MIT
235 KiB
Languages
JavaScript 86.8%
CSS 7%
HTML 6.2%