mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
This commit is contained in:
commit
5d7d18b049
2 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,7 @@ namespace OpenSim
|
|||
{
|
||||
public const string VersionNumber = "0.9.3";
|
||||
public const string AssemblyVersionNumber = "0.9.3";
|
||||
public const string Release = "9032";
|
||||
public const string Release = "9037";
|
||||
|
||||
public static string Version
|
||||
{
|
||||
|
|
|
@ -545,6 +545,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
|||
}
|
||||
|
||||
XmlElement experienceKey = (XmlElement)scriptStateN.SelectSingleNode("ExperienceKey");
|
||||
if (experienceKey is not null)
|
||||
m_Item.ExperienceID = UUID.Parse(experienceKey.InnerText);
|
||||
|
||||
XmlElement permissionsN = (XmlElement)scriptStateN.SelectSingleNode("Permissions");
|
||||
|
|
Loading…
Reference in a new issue