public static string getByNick(string str, Account player) { return(GetAccountInfo.BaseCode(AccountManager.getAccount(str.Substring(5), 1, 2), player)); }
public static string getById(string str, Account player) { return(GetAccountInfo.BaseCode(AccountManager.getAccount(long.Parse(str.Substring(5)), 2), player)); }