mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
mantis 9127 add missing linksetdata serializer
This commit is contained in:
@@ -1135,9 +1135,9 @@ namespace OpenSim.Framework
|
||||
|
||||
public static bool IsEnvironmentSupported(ref string reason)
|
||||
{
|
||||
if (Environment.Version.Major < 6)
|
||||
if (Environment.Version.Major < 8)
|
||||
{
|
||||
reason = "Dotnet 6.0 is required";
|
||||
reason = "Dotnet 8.0 is required";
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
@@ -1518,6 +1518,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
writer.WriteEndElement();
|
||||
}
|
||||
|
||||
sog.LinksetData?.ToXML(writer);
|
||||
|
||||
writer.WriteEndElement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user