MaxWasUnavailable / LobbyCompatibility

Towards a future with fewer lobby incompatibility errors.
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Edge Case: CompatibilityLevel mismatch #27

Closed Xilophor closed 8 months ago

Xilophor commented 8 months ago

Currently, there is an edge case where an old version of the mod can have a different compatibility level than a new version. This needs to be dealt with.

Xilophor commented 8 months ago

Fixed - We just block connecting as this shouldn't ever happen; and if it does, something's going on and the mod likely should not be allowed to connect.