angryzeroandCopilot 7386e9f8cb fix: player info page shows 'not connected' for online players
SteamID from RCON JSON is parsed as a Number, but the URL param
from the regex match is a string. Strict === comparison always fails.
Changed to String() coercion so types match.

Also fixes subtle issue with large SteamID64 values exceeding
MAX_SAFE_INTEGER — string comparison avoids precision loss.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 18:48:29 +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%