Skip to content
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

fix MC-242809 #48

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Conversation

MicrocontrollersDev
Copy link

Description

https://bugs.mojang.com/browse/MC-242809
Having a space at the beginning or end of the server address field will prevent joining a server because spaces arent valid. despite it being marked as WAI, really the game should be trimming these. has happened to me on numerous occassions when trying to copy paste server id from online and accidentally copying the space before or after the ip and pasting it in. it's not obvious at a glance sometimes that there's an extra space

Related Issue(s)

Fixes #

How to test

put a space in server ip and see it works

Release Notes

Fix vanilla bug where a spaces are not trimmed in server address fields

Documentation

@Wyvest Wyvest merged commit b9aeeda into Polyfrost:main Jul 16, 2024
1 check failed
@MicrocontrollersDev MicrocontrollersDev deleted the address-space-fix branch July 16, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants