bug fix: use UtcNow in both places :)
parent
159d722966
commit
8d5bc71a53
|
@ -2125,7 +2125,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
|||
psh |= (ulong)pY & 0xffffff00ul;
|
||||
|
||||
lock (m_notFoundLocations)
|
||||
m_notFoundLocations[psh] = DateTime.Now + TimeSpan.FromSeconds(30);;
|
||||
m_notFoundLocations[psh] = DateTime.UtcNow + TimeSpan.FromSeconds(30);
|
||||
}
|
||||
// Test to see of this point is in any of the 'not found' areas.
|
||||
// Return 'true' if the point is found inside the 'not found' areas.
|
||||
|
|
Loading…
Reference in New Issue