diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 8dcfc03..cad2496 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -2030,7 +2030,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2030 | // who is granted god powers, but has no god level set. | 2030 | // who is granted god powers, but has no god level set. |
2031 | // | 2031 | // |
2032 | CachedUserInfo profile = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(agentID); | 2032 | CachedUserInfo profile = m_scene.CommsManager.UserProfileCacheService.GetUserDetails(agentID); |
2033 | if(profile.UserProfile.GodLevel > 0) | 2033 | if (profile.UserProfile.GodLevel > 0) |
2034 | m_godlevel = profile.UserProfile.GodLevel; | 2034 | m_godlevel = profile.UserProfile.GodLevel; |
2035 | else | 2035 | else |
2036 | m_godlevel = 200; | 2036 | m_godlevel = 200; |