mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Made it safe again to use the restart button from the estate tools and the restart console command.
* It looks ugly on the console.. but it's really safe.. and restores some memory.
This commit is contained in:
@@ -2064,10 +2064,10 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
RemovePrim(prm);
|
||||
}
|
||||
|
||||
foreach (OdeCharacter act in _characters)
|
||||
{
|
||||
RemoveAvatar(act);
|
||||
}
|
||||
//foreach (OdeCharacter act in _characters)
|
||||
//{
|
||||
//RemoveAvatar(act);
|
||||
//}
|
||||
d.WorldDestroy(world);
|
||||
//d.CloseODE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user