mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
#region ISharedRegionModule
|
||||
|
||||
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 Close() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user