mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
region modules. This was needed because the stand alone and grid modules weren't deleting old scenes, which caused an issue when deleting and recreating a region with same name on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild to be run again. Fixes Mantis #3699
16 lines
610 B
XML
16 lines
610 B
XML
<Addin id="OpenSim.Client.Linden.LindenModules" version="0.2">
|
|
<Runtime>
|
|
<Import assembly="OpenSim.Client.Linden.dll"/>
|
|
</Runtime>
|
|
|
|
<Dependencies>
|
|
<Addin id="OpenSim" version="0.5" />
|
|
</Dependencies>
|
|
|
|
<Extension path = "/OpenSim/RegionModules">
|
|
<RegionModule id="LLStandaloneLoginModule" type="OpenSim.Client.Linden.LLStandaloneLoginModule" />
|
|
<RegionModule id="LLProxyLoginModule" type="OpenSim.Client.Linden.LLProxyLoginModule" />
|
|
<RegionModule id="LLClientStackModule" type="OpenSim.Client.Linden.LLClientStackModule" />
|
|
</Extension>
|
|
</Addin>
|