Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PrettyPrintProfilesOld()

static void Terraria.GameInput.PlayerInput.PrettyPrintProfilesOld ( ref string text)
inlinestatic

Definition at line 1786 of file PlayerInput.cs.

1787 {
1788 text = text.Replace(": {\r\n ", ": \r\n {\r\n ");
1789 text = text.Replace("[\r\n ", "[");
1790 text = text.Replace("\"\r\n ", "\"");
1791 text = text.Replace("\",\r\n ", "\", ");
1792 text = text.Replace("\r\n ]", "]");
1793 }

References System.text.