* Applying patch from Melanie to expose godlevel to modules.
parent
c9c016e26a
commit
cbb15ff446
|
@ -213,6 +213,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
get { return m_invulnerable; }
|
get { return m_invulnerable; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public float GodLevel
|
||||||
|
{
|
||||||
|
get { return m_godlevel; }
|
||||||
|
}
|
||||||
|
|
||||||
private readonly ulong m_regionHandle;
|
private readonly ulong m_regionHandle;
|
||||||
|
|
||||||
public ulong RegionHandle
|
public ulong RegionHandle
|
||||||
|
|
Loading…
Reference in New Issue