POSScene wasn't really a region module. Fixed now.

0.8.2-post-fixes
Diva Canto 2015-09-04 15:48:59 -07:00
parent a32187f53a
commit d7f22fb2cc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ using OpenSim.Region.Framework.Interfaces;
namespace OpenSim.Region.PhysicsModule.POS
{
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "POSPhysicsScene")]
public class POSScene : PhysicsScene
public class POSScene : PhysicsScene, INonSharedRegionModule
{
private List<POSCharacter> _characters = new List<POSCharacter>();
private List<POSPrim> _prims = new List<POSPrim>();