ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
49 stars 51 forks source link

Set the "connecting to: xyz" message on early engine load #2974

Closed sprunk closed 3 months ago

sprunk commented 4 months ago

Right now it says the IP:port of the server, like

Connecting to: [12.34.56.78]:12345

This looks scary, apparently some streamers think it's their own IP that just got broadcast public. The patch changes it to room title, like

Connecting to: Teams All Welcome

It only works on fresh engines but should be harmless otherwise. See https://github.com/beyond-all-reason/spring/pull/1282