Fix grid gods
parent
6a066480cc
commit
8ec258bef4
|
@ -1077,6 +1077,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
// GodController = new GodController(world, this, userlevel);
|
// GodController = new GodController(world, this, userlevel);
|
||||||
GodController = new GodController(world, this);
|
GodController = new GodController(world, this);
|
||||||
|
GodController.UserLevel = userlevel;
|
||||||
|
|
||||||
// IGroupsModule gm = m_scene.RequestModuleInterface<IGroupsModule>();
|
// IGroupsModule gm = m_scene.RequestModuleInterface<IGroupsModule>();
|
||||||
// if (gm != null)
|
// if (gm != null)
|
||||||
|
|
Loading…
Reference in New Issue