Merge branch 'master' into careminster-presence-refactor
commit
6a2e0c707c
|
@ -63,7 +63,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||||
#region ISharedRegionModule
|
#region ISharedRegionModule
|
||||||
|
|
||||||
public Type ReplaceableInterface { get { return null; } }
|
public Type ReplaceableInterface { get { return null; } }
|
||||||
public void RegionLoaded(Scene scene) { UploadMapTile(scene); }
|
public void RegionLoaded(Scene scene) { if (!String.IsNullOrEmpty(m_serverUrl)) { UploadMapTile(scene); } }
|
||||||
public void PostInitialise() { }
|
public void PostInitialise() { }
|
||||||
public void Close() { }
|
public void Close() { }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue