override ToString of user

This commit is contained in:
Ruby Rose 2017-07-13 16:01:47 +03:00
parent 4216501c45
commit c8e31231ba

View file

@ -637,6 +637,11 @@ namespace TShockAPI.DB
}
#endregion
public override string ToString()
{
return Name;
}
}
/// <summary>UserManagerException - An exception generated by the user manager.</summary>