You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory, we have a version check that prevents players from joining a server if their version mismatches.
In particular, it was mismatch on MAJOR version IIRC. However it seems like this version check is currently not correctly implemented and as such always allows players to join.
To reproduce:
Make sure Northstar.CustomMAJOR version is set to a definitely mismatching value, e.g. do 99.0.0
Join any server
Version check should prevent joining (spoiler alert: it does not atm)
The text was updated successfully, but these errors were encountered:
GeckoEidechse
changed the title
Mod Version check passes on mismatching version
Mod version check passes on mismatching version
Dec 20, 2023
In theory, we have a version check that prevents players from joining a server if their version mismatches.
In particular, it was mismatch on
MAJOR
version IIRC. However it seems like this version check is currently not correctly implemented and as such always allows players to join.To reproduce:
Northstar.Custom
MAJOR
version is set to a definitely mismatching value, e.g. do99.0.0
The text was updated successfully, but these errors were encountered: