mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge branch 'master' into careminster-presence-refactor
Also prevent god takes from ending up in Lost and Found
This commit is contained in:
@@ -459,7 +459,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
public string CreatorData // = <profile url>;<name>
|
||||
/// <summary>
|
||||
/// Data about the creator in the form profile_url;name
|
||||
/// </summary>
|
||||
public string CreatorData
|
||||
{
|
||||
get { return m_creatorData; }
|
||||
set { m_creatorData = value; }
|
||||
|
||||
Reference in New Issue
Block a user