diff options
author | Melanie Thielker | 2017-01-07 01:07:56 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-07 01:07:56 +0000 |
commit | 8ec258bef4950f81929057a9ee382a3f020359d5 (patch) | |
tree | 52f571e5ff141ff9cb958a67d8f05bde59947dac /OpenSim/Region/Framework | |
parent | Squelch noisy debug message that happens on every single rez (diff) | |
download | opensim-SC-8ec258bef4950f81929057a9ee382a3f020359d5.zip opensim-SC-8ec258bef4950f81929057a9ee382a3f020359d5.tar.gz opensim-SC-8ec258bef4950f81929057a9ee382a3f020359d5.tar.bz2 opensim-SC-8ec258bef4950f81929057a9ee382a3f020359d5.tar.xz |
Fix grid gods
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 |
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) |