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
Yeah, I think you could edit tose lines :
if (MyGlobals.Title.Length >= 17)
{
MyGlobals.Title.Substring(0, 17);
MyGlobals.Title = MyGlobals.Title.Remove(0, 17);
}
if (!string.IsNullOrEmpty(MyGlobals.Title))
Program.client.UpdateState("In " + MyGlobals.Title);
maybe you can change "In " to something like "In Studio" and then you remove the studio in the string.
Small but I thought I should mention it XD
The text was updated successfully, but these errors were encountered: