mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
very useless changes
This commit is contained in:
@@ -118,7 +118,7 @@ namespace OpenSim.Services.MapImageService
|
||||
|
||||
public bool RemoveMapTile(int x, int y, UUID scopeID, out string reason)
|
||||
{
|
||||
reason = String.Empty;
|
||||
reason = string.Empty;
|
||||
string fileName = GetFileName(1, x, y, scopeID);
|
||||
|
||||
lock (m_Sync)
|
||||
@@ -212,13 +212,13 @@ namespace OpenSim.Services.MapImageService
|
||||
return File.ReadAllBytes(fullName);
|
||||
}
|
||||
}
|
||||
|
||||
catch
|
||||
{
|
||||
format = ".jpg";
|
||||
return m_WaterJPEGBytes is null ? Array.Empty<byte>() : m_WaterJPEGBytes;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private string GetFileName(int zoomLevel, int x, int y, UUID scopeID)
|
||||
|
||||
Reference in New Issue
Block a user