mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
disable console command restart, that currently will just break everything ( there is also the restart module that will do the same if used )
This commit is contained in:
@@ -848,7 +848,8 @@ namespace OpenSim
|
||||
break;
|
||||
|
||||
case "restart":
|
||||
SceneManager.RestartCurrentScene();
|
||||
MainConsole.Instance.Output("Restart command disabled, because currently it is unreliable.");
|
||||
//SceneManager.RestartCurrentScene();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user