* Applying patch from Melanie to expose godlevel to modules.

This commit is contained in:
Adam Frisby
2008-05-14 16:52:22 +00:00
parent c9c016e26a
commit cbb15ff446

View File

@@ -213,6 +213,11 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_invulnerable; }
}
public float GodLevel
{
get { return m_godlevel; }
}
private readonly ulong m_regionHandle;
public ulong RegionHandle