mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Applying patch from Melanie to expose godlevel to modules.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user