mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -545,7 +545,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
Scene s = (Scene)ins;
|
||||
|
||||
if (objXMLData == String.Empty)
|
||||
if (objXMLData.Length == 0)
|
||||
return;
|
||||
|
||||
IScriptModule scriptModule = null;
|
||||
|
||||
Reference in New Issue
Block a user