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
An extra blank line is added when in song select or when looking for a multi lobby:
Seems to be due to #28193 - Adding an extra && str.Length != 0 fixes the issue but I wasn't sure if that eliminates the reason for having that check in the first place, or if a better solution would be checking for 1 character length instead of less than 2 - so making this an issue instead.
Type
Cosmetic
Bug description
Normal spacing:
An extra blank line is added when in song select or when looking for a multi lobby:
Seems to be due to #28193 - Adding an extra
&& str.Length != 0
fixes the issue but I wasn't sure if that eliminates the reason for having that check in the first place, or if a better solution would be checking for 1 character length instead of less than 2 - so making this an issue instead.Screenshots or videos
No response
Version
2024.519.1
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: