mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Fix test breakage by always inserting a gods module when testing
This commit is contained in:
@@ -34,7 +34,7 @@ using OpenSim.Region.Framework.Interfaces;
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Avatar.Gods
|
||||
{
|
||||
public class GodsModules : IRegionModule, IGodsModule
|
||||
public class GodsModule : IRegionModule, IGodsModule
|
||||
{
|
||||
protected Scene m_scene;
|
||||
protected IDialogModule m_dialogModule;
|
||||
|
||||
Reference in New Issue
Block a user