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
While this should give (red)Some (white)Sample (green)Text
It gives (red)Some (red)Sample (green)Text
Best solution I can think of is creating a root object and appending to it when reset (Or end of string) is encountered rather than using inheritance for the whole string
The text was updated successfully, but these errors were encountered:
While testing
fromString
in 1.19 (vanilla) I noticed the formatting isn't resetExample string
'&cSome &rSample &aText'
Output:
While this should give
(red)Some (white)Sample (green)Text
It gives
(red)Some (red)Sample (green)Text
Best solution I can think of is creating a root object and appending to it when reset (Or end of string) is encountered rather than using inheritance for the whole string
The text was updated successfully, but these errors were encountered: