mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Merge branch 'master' into careminster
Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat
This commit is contained in:
@@ -511,7 +511,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
get
|
||||
{
|
||||
if (CreatorData != null && CreatorData != string.Empty)
|
||||
if (!string.IsNullOrEmpty(CreatorData))
|
||||
return CreatorID.ToString() + ';' + CreatorData;
|
||||
else
|
||||
return CreatorID.ToString();
|
||||
|
||||
Reference in New Issue
Block a user