-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates client versions #2411
Merged
Merged
Updates client versions #2411
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bokkiewokkie
previously approved these changes
May 1, 2023
I'll bump this to allow the latest version later today |
Bokkiewokkie
previously approved these changes
May 25, 2023
Recommended port to make this a little bit easier BeeStation/BeeStation-Hornet#8830 |
This was referenced Jul 17, 2023
…ot just older versions) (#8830) * [s]Improve admin messages around players with the same ip or cid (#60488) It will now check any disconnected player who was once inside the round (round start or late join) on top of the existing connected players check. It will now omit an extra notice to admins when players match both cid and ip, as well as make the existing one stand out. It will now inform admins when one of the pairs is active in the round. (cherry picked from commit tgstation/tgstation@36052af) * Adds a config option for warning clients about older builds (not just older versions) (#73549) (cherry picked from commit tgstation/tgstation@dfeb4f4) * Fix lack of to_chat_immediate in client code that disconnects clients. (#73575) these clients are about to be disconnected, they can't wait for the mc to tick next (cherry picked from commit tgstation/tgstation@762f01d) * Makes the max recommended client value configurable --------- Co-authored-by: Kyle Spier-Swenson <[email protected]> Co-authored-by: LemonInTheDark <[email protected]>
Bokkiewokkie
approved these changes
Nov 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New stuff makes a lot more sense than constant TM lol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About The Pull Request
This makes the repo's config.txt min client version match the server, and allows people to try joining with even newer clients without a giant warning message
Why It's Good For The Game
The config file update is good for testers. The max version increase is good for anyone that downloaded beta versions and doesn't want to get yelled at every time they join.
Changelog
🆑
config: Made repo config client version match the server
server: Increased max recommended client version to 515.1608
/:cl: