mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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.
This commit is contained in:
@@ -722,6 +722,9 @@ namespace OpenSim
|
||||
case "shutdown":
|
||||
Shutdown();
|
||||
break;
|
||||
case "restart":
|
||||
m_sceneManager.RestartCurrentScene();
|
||||
break;
|
||||
|
||||
case "change-region":
|
||||
if (cmdparams.Length > 0)
|
||||
|
||||
Reference in New Issue
Block a user