mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
V2 map now working in grids too. WARNING: A few visible configuration variables added in order for this to work. See .ini.example changes
This commit is contained in:
@@ -143,7 +143,7 @@ namespace OpenSim.Services.MapImageService
|
||||
if (File.Exists(fullName))
|
||||
{
|
||||
format = Path.GetExtension(fileName).ToLower();
|
||||
m_log.DebugFormat("[MAP IMAGE SERVICE]: Found file {0}, extension {1}", fileName, format);
|
||||
//m_log.DebugFormat("[MAP IMAGE SERVICE]: Found file {0}, extension {1}", fileName, format);
|
||||
return File.ReadAllBytes(fullName);
|
||||
}
|
||||
else if (File.Exists(m_WaterTileFile))
|
||||
|
||||
Reference in New Issue
Block a user