Merge commit 'a3531dec1aaafdcd22a70764cc512dd5666c75fc' into bigmerge
commit
b9826035f6
|
@ -120,6 +120,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
m_log.Debug("[ASYNC DELETER]: Starting send to inventory loop");
|
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())
|
while (InventoryDeQueueAndDelete())
|
||||||
{
|
{
|
||||||
//m_log.Debug("[ASYNC DELETER]: Sent item successfully to inventory, continuing...");
|
//m_log.Debug("[ASYNC DELETER]: Sent item successfully to inventory, continuing...");
|
||||||
|
|
Loading…
Reference in New Issue