mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 09:25:45 +08:00
Fixed a few things pertaining to interfacing with the estate service. Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector.
Also added more packing/unpacking code.
This commit is contained in:
@@ -1835,6 +1835,7 @@
|
||||
<Reference name="OpenSim.Framework.RegionLoader.Filesystem"/>
|
||||
<Reference name="OpenSim.Framework.RegionLoader.Web"/>
|
||||
<Reference name="OpenSim.Framework.Servers"/>
|
||||
<Reference name="OpenSim.Services.Interfaces"/>
|
||||
<Reference name="log4net" path="../../../bin/"/>
|
||||
|
||||
<Files>
|
||||
|
||||
Reference in New Issue
Block a user