mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge commit 'a3531dec1aaafdcd22a70764cc512dd5666c75fc' into bigmerge
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user