Merge commit 'a3531dec1aaafdcd22a70764cc512dd5666c75fc' into bigmerge

avinationmerge
Melanie 2011-10-11 23:08:18 +01:00
commit b9826035f6
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ namespace OpenSim.Region.Framework.Scenes
private void InventoryRunDeleteTimer(object sender, ElapsedEventArgs e)
{
m_log.Debug("[ASYNC DELETER]: Starting send to inventory loop");
// We must set appearance parameters in the en_US culture in order to avoid issues where values are saved
// in a culture where decimal points are commas and then reloaded in a culture which just treats them as
// number seperators.
Culture.SetCurrentCulture();
while (InventoryDeQueueAndDelete())
{