aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 0c88c78..15d1f50 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1077,6 +1077,7 @@ namespace OpenSim.Region.Framework.Scenes
1077 1077
1078// GodController = new GodController(world, this, userlevel); 1078// GodController = new GodController(world, this, userlevel);
1079 GodController = new GodController(world, this); 1079 GodController = new GodController(world, this);
1080 GodController.UserLevel = userlevel;
1080 1081
1081 // IGroupsModule gm = m_scene.RequestModuleInterface<IGroupsModule>(); 1082 // IGroupsModule gm = m_scene.RequestModuleInterface<IGroupsModule>();
1082 // if (gm != null) 1083 // if (gm != null)