mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
move servicesGodAgentID to Constants.cs
This commit is contained in:
@@ -54,9 +54,13 @@ namespace OpenSim.Framework
|
||||
|
||||
public const string DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f";
|
||||
|
||||
public static readonly UUID m_MrOpenSimID = new UUID("11111111-1111-0000-0000-000100bba000");
|
||||
public static readonly string m_MrOpenSimIDString = "11111111-1111-0000-0000-000100bba000";
|
||||
public static readonly UUID m_MrOpenSimID = new UUID(m_MrOpenSimIDString);
|
||||
public static readonly DateTime m_MrOpenSimBorn = new DateTime(2007, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
public static readonly string servicesAgentIDString = "6571e388-6218-4574-87db-f9379718315e";
|
||||
public static readonly UUID servicesGodAgentID = new UUID(servicesAgentIDString);
|
||||
|
||||
public enum EstateAccessCodex : uint
|
||||
{
|
||||
AllowedAccess = 1,
|
||||
|
||||
Reference in New Issue
Block a user