mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Restaring the sim works fine in grid mode now. Sims announce themselves to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up.
* Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
This commit is contained in:
@@ -216,7 +216,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
public void RestartCurrentScene()
|
||||
{
|
||||
ForEachCurrentScene(delegate(Scene scene) { scene.Restart(15); });
|
||||
ForEachCurrentScene(delegate(Scene scene) { scene.restartNOW(); });
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user