* Temporarily resolve another problem in http://opensimulator.org/mantis/view.php?id=3741 by disabling the loading of OAR creation information
parent
f9782a1085
commit
9f2ddfd167
|
@ -514,11 +514,13 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||||
{
|
{
|
||||||
if (xtr.Name.ToString() == "date")
|
if (xtr.Name.ToString() == "date")
|
||||||
{
|
{
|
||||||
currentRegionSettings.LoadedCreationDate = xtr.ReadElementContentAsString();
|
// Disable date & time for now until load problem in
|
||||||
|
// http://opensimulator.org/mantis/view.php?id=3741 (note 0012120 by WWWench) is resolved
|
||||||
|
//currentRegionSettings.LoadedCreationDate = xtr.ReadElementContentAsString();
|
||||||
}
|
}
|
||||||
else if (xtr.Name.ToString() == "time")
|
else if (xtr.Name.ToString() == "time")
|
||||||
{
|
{
|
||||||
currentRegionSettings.LoadedCreationTime = xtr.ReadElementContentAsString();
|
//currentRegionSettings.LoadedCreationTime = xtr.ReadElementContentAsString();
|
||||||
}
|
}
|
||||||
else if (xtr.Name.ToString() == "id")
|
else if (xtr.Name.ToString() == "id")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue