mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Do case-insensitive comparisons on region names in LLStandaloneLoginModule
This commit is contained in:
@@ -2707,12 +2707,12 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
{
|
||||
if (prim.m_taintremove)
|
||||
{
|
||||
//Console.WriteLine("Simulate calls RemovePrimThreadLocked");
|
||||
//Console.WriteLine("Simulate calls RemovePrimThreadLocked");
|
||||
RemovePrimThreadLocked(prim);
|
||||
}
|
||||
else
|
||||
{
|
||||
//Console.WriteLine("Simulate calls ProcessTaints");
|
||||
//Console.WriteLine("Simulate calls ProcessTaints");
|
||||
prim.ProcessTaints(timeStep);
|
||||
}
|
||||
processedtaints = true;
|
||||
|
||||
Reference in New Issue
Block a user