change default scopeID to UUID.Zero

This commit is contained in:
UbitUmarov
2015-08-29 00:32:36 +01:00
parent 46054d4f02
commit f31f9002de
3 changed files with 6 additions and 3 deletions

View File

@@ -95,7 +95,8 @@ namespace OpenSim.Server.Handlers.MapImage
byte[] result = new byte[0];
string format = string.Empty;
UUID scopeID = new UUID("07f8d88e-cd5e-4239-a0ed-843f75d09992");
// UUID scopeID = new UUID("07f8d88e-cd5e-4239-a0ed-843f75d09992");
UUID scopeID = UUID.Zero;
string[] bits = path.Trim('/').Split(new char[] {'/'});
if (bits.Length > 1)