SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
5 stars 4 forks source link

Problem when clicking the Join button to join a server on local host #142

Closed SamTheBlow closed 2 months ago

SamTheBlow commented 3 months ago

If you click the Join button to join a server on localhost, and there isn't a server currently open on localhost, the game incorrectly believes that you entered a server. You receive the "Joined server" message, and you can do things as normal, but, the networking interface changes to show the "Disconnect" button, and clicking it does nothing. So in practice, you're stuck in this nonexistent server until you restart the game.