mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
change default scopeID to UUID.Zero
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user