mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* SimpleApp works again:
* NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
This commit is contained in:
@@ -41,6 +41,7 @@ using libsecondlife;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using OpenSim.Framework.Communications;
|
||||
using OpenSim.Framework.Communications.Caches;
|
||||
using OpenSim.Region.Communications.Local;
|
||||
|
||||
namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
@@ -78,6 +79,7 @@ namespace OpenSim.Region.ClientStack
|
||||
m_httpServer.Start();
|
||||
|
||||
m_inventoryCache = new InventoryCache();
|
||||
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache);
|
||||
}
|
||||
|
||||
protected abstract void Initialize();
|
||||
|
||||
Reference in New Issue
Block a user