From 082f2baebe300e1313a34444c42dcc0a20c44baf Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 27 Nov 2007 13:46:52 +0000 Subject: Fixed an event in the events chain in inter-region communications. As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode. --- OpenSim/Region/Application/OpenSimMain.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 1afa74a..eab4827 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -722,6 +722,9 @@ namespace OpenSim case "shutdown": Shutdown(); break; + case "restart": + m_sceneManager.RestartCurrentScene(); + break; case "change-region": if (cmdparams.Length > 0) -- cgit v1.1