override ToString of user
This commit is contained in:
parent
4216501c45
commit
c8e31231ba
1 changed files with 6 additions and 1 deletions
|
|
@ -637,6 +637,11 @@ namespace TShockAPI.DB
|
|||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>UserManagerException - An exception generated by the user manager.</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue