diff options
author | Justin Clarke Casey | 2008-01-24 10:08:11 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-01-24 10:08:11 +0000 |
commit | ff59280e9e215da513f06622b2e4f2f045ff2f56 (patch) | |
tree | 29c7e2017402f5b56bde50461e74d4b64ab5e424 /OpenSim | |
parent | Another try at fixing the Animations problem on region crossing. (diff) | |
download | opensim-SC_OLD-ff59280e9e215da513f06622b2e4f2f045ff2f56.zip opensim-SC_OLD-ff59280e9e215da513f06622b2e4f2f045ff2f56.tar.gz opensim-SC_OLD-ff59280e9e215da513f06622b2e4f2f045ff2f56.tar.bz2 opensim-SC_OLD-ff59280e9e215da513f06622b2e4f2f045ff2f56.tar.xz |
* Reinsert 3 second land loading delay of r3132 accidentally removed in r3141.
* Sorry Tedd!
Diffstat (limited to 'OpenSim')
-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; |