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