mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-06 14:24:15 +02:00
The dashboard JSON hardcoded `54000 + server_id` as the channel port, which is wrong whenever operators configure non-default ports in config.json. Resolve the actual port from `Entrance.Entries[].Channels[]` via a server_id map mirroring main.go's sid formula.