mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +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:
@@ -80,7 +80,6 @@ namespace OpenSim.Server.Handlers.MapImage
|
||||
|
||||
public override byte[] Handle(string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse)
|
||||
{
|
||||
m_log.DebugFormat("[MAP SERVICE IMAGE HANDLER]: retrieving {0}", path);
|
||||
byte[] result = new byte[0];
|
||||
|
||||
string format = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user