diff options
author | Adam Frisby | 2008-05-14 16:52:22 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-14 16:52:22 +0000 |
commit | cbb15ff4468a42f57470c6bdf338635751e23df3 (patch) | |
tree | 4eb07fe1531ace9f2c9ca22c799f2113b777aa89 /OpenSim | |
parent | * Applying patches from Melanie to cover permissions module. Thanks! (diff) | |
download | opensim-SC_OLD-cbb15ff4468a42f57470c6bdf338635751e23df3.zip opensim-SC_OLD-cbb15ff4468a42f57470c6bdf338635751e23df3.tar.gz opensim-SC_OLD-cbb15ff4468a42f57470c6bdf338635751e23df3.tar.bz2 opensim-SC_OLD-cbb15ff4468a42f57470c6bdf338635751e23df3.tar.xz |
* Applying patch from Melanie to expose godlevel to modules.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 2829f7e..4ef0d27 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -213,6 +213,11 @@ namespace OpenSim.Region.Environment.Scenes | |||
213 | get { return m_invulnerable; } | 213 | get { return m_invulnerable; } |
214 | } | 214 | } |
215 | 215 | ||
216 | public float GodLevel | ||
217 | { | ||
218 | get { return m_godlevel; } | ||
219 | } | ||
220 | |||
216 | private readonly ulong m_regionHandle; | 221 | private readonly ulong m_regionHandle; |
217 | 222 | ||
218 | public ulong RegionHandle | 223 | public ulong RegionHandle |