diff options
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs index c76748d..a314d2e 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | |||
@@ -416,6 +416,8 @@ 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); | ||
419 | lock (m_dataSet) | 421 | lock (m_dataSet) |
420 | { | 422 | { |
421 | DataTable land = m_landTable; | 423 | DataTable land = m_landTable; |