mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Don't register a region twice on both official registration and maptile regeneration.
Maptile storage appears orthogonal to region registration
This commit is contained in:
@@ -138,6 +138,8 @@ namespace OpenSim.Services.MapImageService
|
||||
|
||||
public byte[] GetMapTile(string fileName, out string format)
|
||||
{
|
||||
// m_log.DebugFormat("[MAP IMAGE SERVICE]: Getting map tile {0}", fileName);
|
||||
|
||||
format = ".jpg";
|
||||
string fullName = Path.Combine(m_TilesStoragePath, fileName);
|
||||
if (File.Exists(fullName))
|
||||
|
||||
Reference in New Issue
Block a user