mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Add a method to allow friendship offers to a logged in client from an offline user directly from the server
This commit is contained in:
@@ -200,6 +200,14 @@ namespace OpenSim.Framework
|
||||
get { return _surname; }
|
||||
set { _surname = value; }
|
||||
}
|
||||
|
||||
/// <value>
|
||||
/// The concatentation of the various name components.
|
||||
/// </value>
|
||||
public string Name
|
||||
{
|
||||
get { return String.Format("{0} {1}", _firstname, _surname); }
|
||||
}
|
||||
|
||||
public string Email
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user