missing updated files

This commit is contained in:
UbitUmarov
2018-05-26 19:02:09 +01:00
parent f6765b8668
commit 007adce081
3 changed files with 105 additions and 196 deletions

View File

@@ -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);