SamTheBlow / grand-strategy-game

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

Networking: prevent a 4.1 instance from being in the same server as a 4.0 instance #210

Closed SamTheBlow closed 2 months ago

SamTheBlow commented 2 months ago

4.0 and 4.1 are not compatible for playing.

Don't allow a 4.0 instance to enter a 4.1 server, and don't allow a 4.1 instance to join a 4.0 server.

SamTheBlow commented 2 months ago

I found a solution: change the port. Will do right before releasing 4.1