Files
rust-rcon/js
angryzeroandCopilot a9667bdea2 fix: player Position field showing [object Object]
Rust RCON returns Position as {x, y, z} object. Now formatted as
'x:123.4 y:56.7 z:89.0' instead of the default toString() garbage.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-13 18:54:16 +02:00
..