* Fix test breakage by always inserting a gods module when testing

This commit is contained in:
Justin Clarke Casey
2009-03-30 19:09:57 +00:00
parent 6d48c2422e
commit 2914bfe7b0
2 changed files with 8 additions and 2 deletions

View File

@@ -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;