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
If the window is sized with a large height and small width to the point where the chat panel is less than one character wide, the client will go into an infinite loop inside ControlPanelMessage::breakLines(...) because n will always be 0 and no characters will be consumed by the loop.
The text was updated successfully, but these errors were encountered:
If the window is sized with a large height and small width to the point where the chat panel is less than one character wide, the client will go into an infinite loop inside ControlPanelMessage::breakLines(...) because n will always be 0 and no characters will be consumed by the loop.
The text was updated successfully, but these errors were encountered: