remove forgotten lines
parent
eb55e69d4a
commit
5a7a609683
|
@ -268,13 +268,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||||
else
|
else
|
||||||
sceneObject.RootPart.KeyframeMotion = null;
|
sceneObject.RootPart.KeyframeMotion = null;
|
||||||
|
|
||||||
|
|
||||||
XmlNodeList SOGSound = doc.GetElementsByTagName("SOGSound");
|
|
||||||
if (SOGSound.Count > 0)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Script state may, or may not, exist. Not having any, is NOT
|
// Script state may, or may not, exist. Not having any, is NOT
|
||||||
// ever a problem.
|
// ever a problem.
|
||||||
sceneObject.LoadScriptState(doc);
|
sceneObject.LoadScriptState(doc);
|
||||||
|
|
Loading…
Reference in New Issue