diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs index 2bd4e32..654489e 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | |||
@@ -416,6 +416,9 @@ namespace OpenSim.Framework.Data.MySQL | |||
416 | 416 | ||
417 | public void StoreLandObject(Land parcel, LLUUID regionUUID) | 417 | public void StoreLandObject(Land parcel, LLUUID regionUUID) |
418 | { | 418 | { |
419 | MainLog.Instance.Verbose("DATASTORE", "Tedds temp fix: Waiting 3 seconds for stuff to catch up. (Someone please fix! :))"); | ||
420 | System.Threading.Thread.Sleep(3000); | ||
421 | |||
419 | lock (m_dataSet) | 422 | lock (m_dataSet) |
420 | { | 423 | { |
421 | DataTable land = m_landTable; | 424 | DataTable land = m_landTable; |