mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
This commit is contained in:
@@ -505,7 +505,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
CreatorID = uuid;
|
||||
}
|
||||
if (parts.Length >= 2)
|
||||
{
|
||||
CreatorData = parts[1];
|
||||
if (!CreatorData.EndsWith("/"))
|
||||
CreatorData += "/";
|
||||
}
|
||||
if (parts.Length >= 3)
|
||||
name = parts[2];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user