Remove duplicate Warp3DImageModule entry in CoreModulePlugin.addin.xml

This was causing 2 copies of the module to be created for each scene.
Probably no bad consequences other than a small waste of memory (both for the module and for the warp3D renderer it loaded)
0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-07 00:26:25 +01:00
parent 068917bc29
commit 298c4c0eb5
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@
<RegionModule id="AuthenticationServiceInConnectorModule" type="OpenSim.Region.CoreModules.ServiceConnectorsIn.Authentication.AuthenticationServiceInConnectorModule" />
<RegionModule id="AccessModule" type="OpenSim.Region.CoreModules.World.AccessModule" /> \
<RegionModule id="MapImageModule" type="OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule" /> \
<RegionModule id="Warp3DImageModule" type="OpenSim.Region.CoreModules.World.Warp3DMap.Warp3DImageModule" /> \
</Extension>