mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
missing updated files
This commit is contained in:
@@ -172,7 +172,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||
if (m_snapStore == null)
|
||||
{
|
||||
m_hostname = scene.RegionInfo.ExternalHostName;
|
||||
m_snapStore = new SnapshotStore(m_snapsDir, m_gridinfo, m_listener_port, m_hostname);
|
||||
m_snapStore = new SnapshotStore(m_snapsDir, m_gridinfo);
|
||||
}
|
||||
|
||||
m_snapStore.AddScene(scene);
|
||||
|
||||
Reference in New Issue
Block a user